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/mktemp.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/mktemp.3')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 867c251ef05..655fd0c8f72 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.36 2005/07/26 03:17:31 jaredy Exp $ +.\" $OpenBSD: mktemp.3,v 1.37 2005/07/26 03:30:25 jaredy Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -59,14 +59,12 @@ appended to it, for example .Pa /tmp/temp.XXXXXX . The trailing -.So Li X -.Sc Ns s +.So Li X Sc Ns s are replaced with the current process number and/or a unique letter combination. The number of unique file names that can be returned depends on the number of -.So Li X -.Sc Ns s +.So Li X Sc Ns s provided; six .So Li X .Sc Ns s @@ -111,7 +109,8 @@ except it permits a suffix to exist in the template. The template should be of the form .Pa /tmp/tmpXXXXXXXXXXsuffix . .Fn mkstemps -is told the length of the suffix string, i.e., strlen("suffix"); +is told the length of the suffix string, i.e., +.Li strlen("suffix") . .Pp The .Fn mkdtemp |