diff options
author | 2014-01-21 03:15:44 +0000 | |
---|---|---|
committer | 2014-01-21 03:15:44 +0000 | |
commit | 369bef3a142061d28bd38b74f30fd054965b81c6 (patch) | |
tree | 8fe7ba65015980e03507c9128cf9b21f5074ceff /lib/libc/stdio/tmpnam.3 | |
parent | Update the names of the DIOCXBEGIN ruleset types. (diff) | |
download | wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.tar.xz wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.zip |
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'lib/libc/stdio/tmpnam.3')
-rw-r--r-- | lib/libc/stdio/tmpnam.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index b3c07392ca2..f152ce731c4 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmpnam.3,v 1.18 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: tmpnam.3,v 1.19 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt TMPFILE 3 .Os .Sh NAME @@ -77,7 +77,7 @@ directory, which did not reference an existing file at some indeterminate point in the past. .Dv P_tmpdir is defined in the include file -.Aq Pa stdio.h . +.In stdio.h . If the argument .Fa str is non-null, the file name is copied to the buffer it references. @@ -93,7 +93,7 @@ is expected to be at least bytes in length. .Dv L_tmpnam is defined in the include file -.Aq Pa stdio.h . +.In stdio.h . .Pp The .Fn tempnam |