diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2009-01-10 15:24:33 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2009-01-10 15:24:33 +0000 |
commit | 1c0eb0ce9b9237ccd1014bf260494f2f1c8ee86a (patch) | |
tree | e450bbd105281617458b61c923d012641a5627b0 | |
parent | 939b4bef496a9274bfcc11f7fdabe53dde49ec46 (diff) |
The process number is longer used to replace trailing 'Xs'.
ok jmc, millert
-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 |