diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-01-10 22:37:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-01-10 22:37:46 +0000 |
commit | 9094476fda5c4bd97de59d2fa4888c758f70b8a6 (patch) | |
tree | 74108330c611fe051ff34d0be56e26e14e6de0f0 | |
parent | 520c9c15b08c6b5e278d3906423f58074abddab7 (diff) |
tweak previous; ok millert
-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 |