summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-03-09 23:24:27 +0000
committerderaadt <deraadt@openbsd.org>1998-03-09 23:24:27 +0000
commit1430164f2051fccd171750c48a2dc7df55e613c4 (patch)
tree54e0409d2c0e9d3fcfbbd928de11e68111257e6d /lib
parentAdd -s section for svr4 compat and -S subsection ala: (diff)
downloadwireguard-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.35
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