diff options
author | 2009-01-10 15:24:32 +0000 | |
---|---|---|
committer | 2009-01-10 15:24:32 +0000 | |
commit | 03a840eeaf488cdfe033becbd6fdc08afcef14b8 (patch) | |
tree | 387b7657e654cd2caace246cbc8beb2554d70856 /lib/libc/stdio | |
parent | Add multicast support. Doesn't handle multicast ranges yet, but inet6 seems (diff) | |
download | wireguard-openbsd-03a840eeaf488cdfe033becbd6fdc08afcef14b8.tar.xz wireguard-openbsd-03a840eeaf488cdfe033becbd6fdc08afcef14b8.zip |
The process number is longer used to replace trailing 'Xs'.
ok jmc, millert
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 849306fdf39..28e92870000 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.41 2007/05/31 19:19:31 jmc Exp $ +.\" $OpenBSD: mktemp.3,v 1.42 2009/01/10 15:24:32 tobias Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 10 2009 $ .Dt MKTEMP 3 .Os .Sh NAME @@ -60,8 +60,7 @@ to it, for example .Pa /tmp/temp.XXXXXX . The trailing .So Li X Sc Ns s -are replaced with the current process number and/or a -unique letter combination. +are replaced with 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 |