diff options
author | 2011-01-10 22:37:45 +0000 | |
---|---|---|
committer | 2011-01-10 22:37:45 +0000 | |
commit | 41eafae449f3527573454965697cd9baf2ccaa1f (patch) | |
tree | a157b194edb18b6a02b81f873a3f283aa451fcc3 /lib/libc | |
parent | unbind-key -a is allowed no arguments. (diff) | |
download | wireguard-openbsd-41eafae449f3527573454965697cd9baf2ccaa1f.tar.xz wireguard-openbsd-41eafae449f3527573454965697cd9baf2ccaa1f.zip |
tweak previous; ok millert
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 9991792223d..b4a54a04575 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.47 2011/01/10 20:59:14 millert Exp $ +.\" $OpenBSD: mktemp.3,v 1.48 2011/01/10 22:37:45 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -263,10 +263,11 @@ The and .Fn mkstemp functions conform to the -.St -p1003.1-2008 . +.St -p1003.1-2008 +specification. The ability to specify more than six Xs and setting .Xr errno 2 -in case of errors are extensions to the standard. +in case of errors are extensions to that standard. .Pp The .Fn mkstemps |