diff options
author | 2009-03-01 16:30:26 +0000 | |
---|---|---|
committer | 2009-03-01 16:30:26 +0000 | |
commit | d083f04488e22ae27cddb6f4b4d886232c559a33 (patch) | |
tree | 2681a6915b97cbc9ced77a1dac88f007c2e3e8b3 /lib/libc | |
parent | Print the correct function name in log_debug(). (diff) | |
download | wireguard-openbsd-d083f04488e22ae27cddb6f4b4d886232c559a33.tar.xz wireguard-openbsd-d083f04488e22ae27cddb6f4b4d886232c559a33.zip |
Update to match mktemp.c changes
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 28e92870000..12414afae0a 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.42 2009/01/10 15:24:32 tobias Exp $ +.\" $OpenBSD: mktemp.3,v 1.43 2009/03/01 16:30:26 millert 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: January 10 2009 $ +.Dd $Mdocdate: March 1 2009 $ .Dt MKTEMP 3 .Os .Sh NAME @@ -60,7 +60,7 @@ to it, for example .Pa /tmp/temp.XXXXXX . The trailing .So Li X Sc Ns s -are replaced with a unique letter combination. +are replaced with a unique digit and letter combination. The number of unique file names that can be returned depends on the number of .So Li X Sc Ns s @@ -70,7 +70,7 @@ provided; six will result in .Fn mktemp -testing roughly 26 ** 6 combinations. +testing roughly 62 ** 6 combinations. At least 6 .So Li X .Sc Ns s |