diff options
author | 1998-03-09 23:24:27 +0000 | |
---|---|---|
committer | 1998-03-09 23:24:27 +0000 | |
commit | 1430164f2051fccd171750c48a2dc7df55e613c4 (patch) | |
tree | 54e0409d2c0e9d3fcfbbd928de11e68111257e6d /lib | |
parent | Add -s section for svr4 compat and -S subsection ala: (diff) | |
download | wireguard-openbsd-1430164f2051fccd171750c48a2dc7df55e613c4.tar.xz wireguard-openbsd-1430164f2051fccd171750c48a2dc7df55e613c4.zip |
at least 6 X, 10 is better
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 287ec250107..1b96b585f51 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.7 1998/03/07 22:18:07 millert Exp $ +.\" $OpenBSD: mktemp.3,v 1.8 1998/03/09 23:24:27 deraadt Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -72,6 +72,9 @@ will result in .Fn mktemp testing roughly 26 ** 6 combinations. +At least 6 +.Ql X Ns s +should be used, though 10 is much better. .Pp The .Fn mkstemp |