summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2009-03-01 16:30:27 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2009-03-01 16:30:27 +0000
commitef1f7e45ad0975129f5c58a13d644681c182b1f1 (patch)
tree0bd7ebc47fca8bd65c74e8be7874cf07581c1f7e /lib/libc/stdio
parent9b84392cce48a8e2ab856876a94a71e9364e57ad (diff)
Update to match mktemp.c changes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/mktemp.38
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