diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 19:54:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 19:54:53 +0000 |
commit | 3697eeeeafe5218334a388b638bda61ce5db6d5a (patch) | |
tree | a48bf7183d253351e6c73e3523e3a28ab5b4aeac /lib/libc/stdio/mktemp.3 | |
parent | a765e84b77e81a2fac6767536c5801f5039e77d2 (diff) |
.Xr's;
typos in man page section
ok deraadt@
Diffstat (limited to 'lib/libc/stdio/mktemp.3')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 54c4e25eaf8..8e7a2ed2b2f 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.26 2003/02/16 01:56:46 deraadt Exp $ +.\" $OpenBSD: mktemp.3,v 1.27 2003/03/06 19:54:52 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -196,7 +196,7 @@ or should be used instead. .Pp For this reason, -.Xr ld 8 +.Xr ld 1 will output a warning message whenever it links code that uses the .Fn mktemp . .Pp |