diff options
author | 2005-07-26 03:30:25 +0000 | |
---|---|---|
committer | 2005-07-26 03:30:25 +0000 | |
commit | 2f2ed4fb1c1c50ba362ab9d8bcbb47d714c9eecd (patch) | |
tree | 083f8216358973290d0918f833b769ce5465dc87 /lib/libc/stdio/tmpnam.3 | |
parent | clarify description of 'c' conversion; ok millert, jmc (diff) | |
download | wireguard-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.3 | 6 |
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 |