summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/tmpnam.3
diff options
context:
space:
mode:
authorjaredy <jaredy@openbsd.org>2005-07-26 03:30:25 +0000
committerjaredy <jaredy@openbsd.org>2005-07-26 03:30:25 +0000
commit2f2ed4fb1c1c50ba362ab9d8bcbb47d714c9eecd (patch)
tree083f8216358973290d0918f833b769ce5465dc87 /lib/libc/stdio/tmpnam.3
parentclarify description of 'c' conversion; ok millert, jmc (diff)
downloadwireguard-openbsd-2f2ed4fb1c1c50ba362ab9d8bcbb47d714c9eecd.tar.xz
wireguard-openbsd-2f2ed4fb1c1c50ba362ab9d8bcbb47d714c9eecd.zip
- 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