From a2370310e178fa83404306857dba702c84cc9260 Mon Sep 17 00:00:00 2001 From: csjp Date: Fri, 30 Dec 2005 20:10:21 +0000 Subject: mkstemp(3) and friends use a combination of base 10 digits, along with upper and lower case letters from the English alphabet. Change the number of possible file names mktemp will return from 26**6 to (10+26+26)**6 instead. This keeps things consistent with mkstemp(3) --- usr.bin/mktemp/mktemp.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index e923f9b..7d65aaa 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -76,7 +76,7 @@ provided; six will result in .Nm -testing roughly 26 ** 6 combinations. +selecting 1 of 56800235584 (62 ** 6) possible file names. .Pp If .Nm -- cgit v1.1