cvs commit: src/usr.bin/mktemp mktemp.1
Christian S.J. Peron
csjp at FreeBSD.org
Fri Dec 30 12:10:25 PST 2005
csjp 2005-12-30 20:10:21 UTC
FreeBSD src repository
Modified files:
usr.bin/mktemp mktemp.1
Log:
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)
Revision Changes Path
1.20 +1 -1 src/usr.bin/mktemp/mktemp.1
More information about the cvs-src
mailing list