summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/tmpnam.3
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 03:30:26 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 03:30:26 +0000
commit56efb7874536df9516efc1b361f89bd7c6ae87ee (patch)
tree343b9a8fce5816c9a3d7c7161079c3882ec756b9 /lib/libc/stdio/tmpnam.3
parent03ed4d1150e07efa307ccba0948c2a9ba9452e27 (diff)
- typos, punctuation, spacing, macro, layout, etc. fixes
- avoid first person ok jmc
Diffstat (limited to 'lib/libc/stdio/tmpnam.3')
-rw-r--r--lib/libc/stdio/tmpnam.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3
index b70d5b2ee14..eca2cc1815a 100644
--- a/lib/libc/stdio/tmpnam.3
+++ b/lib/libc/stdio/tmpnam.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmpnam.3,v 1.13 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: tmpnam.3,v 1.14 2005/07/26 03:30:25 jaredy Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -60,8 +60,8 @@ reference to it is closed.
Since
.Xr mkstemp 3
creates the file with mode
-.Dv S_IRUSR | S_IWUSR ,
-after the unlink
+.Dv S_IRUSR \*(Ba S_IWUSR ,
+after the unlink,
.Xr fchown 2
and
.Xr umask 2