summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/mktemp.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/mktemp.3')
-rw-r--r--lib/libc/stdio/mktemp.37
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