diff options
author | 2003-03-06 19:54:52 +0000 | |
---|---|---|
committer | 2003-03-06 19:54:52 +0000 | |
commit | a119fbc5b120de4e454b4194d98cad14b803ef5f (patch) | |
tree | 1aaf7f31fdc9eceed3fd9004ab04317e5c84ef76 /lib/libc/stdio | |
parent | broken .Xr's; (diff) | |
download | wireguard-openbsd-a119fbc5b120de4e454b4194d98cad14b803ef5f.tar.xz wireguard-openbsd-a119fbc5b120de4e454b4194d98cad14b803ef5f.zip |
.Xr's;
typos in man page section
ok deraadt@
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/tmpnam.3 | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index 7b60e7b93c9..ad3850908d3 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmpnam.3,v 1.9 2001/09/22 17:53:59 heko Exp $ +.\" $OpenBSD: tmpnam.3,v 1.10 2003/03/06 19:54:52 jmc Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -221,7 +221,7 @@ This implementation does not have these flaws, but portable software cannot depend on that. .Pp For these reasons, -.Xr ld 8 +.Xr ld 1 will output a warning message whenever it links code that uses the functions .Fn tmpnam or |