From ef1f7e45ad0975129f5c58a13d644681c182b1f1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 1 Mar 2009 16:30:27 +0000 Subject: Update to match mktemp.c changes --- lib/libc/stdio/mktemp.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc') 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 -- cgit v1.2.3