summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2010-04-29 06:54:26 +0000
committerjruoho <jruoho@NetBSD.org>2010-04-29 06:54:26 +0000
commit157d0c3eea44560486b1fb690a86cd9b28db68e1 (patch)
tree8203e4e322adb6a856e63bc1b32cdf554a640ae4 /lib/libc/stdio
parentfc309475a397c9ca26b0d1ea244f8ad27948bfb7 (diff)
Add some STANDARDS lingo, mainly to note the functions that have been
removed from POSIX (2008).
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/mktemp.323
1 files changed, 19 insertions, 4 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index b99c0042883..d0a86b79aec 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: mktemp.3,v 1.25 2006/08/04 20:55:45 jld Exp $
+.\" $NetBSD: mktemp.3,v 1.26 2010/04/29 06:54:26 jruoho Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)mktemp.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd July 28, 1998
+.Dd April 29, 2010
.Dt MKTEMP 3
.Os
.Sh NAME
@@ -249,6 +249,23 @@ function.
.Xr open 2 ,
.Xr stat 2 ,
.Xr umask 2
+.Sh STANDARDS
+The
+.Fn mktemp
+conforms to
+.St -p1003.1-2001 .
+It was however removed from the specification in the
+.St -p1003.1-2008
+revision.
+The
+.Fn mkstemp
+and
+.Fn mkdtemp
+conform to
+.St -p1003.1-2004
+and
+.St -p1003.1-2008 ,
+respectively.
.Sh HISTORY
A
.Fn mktemp
@@ -310,5 +327,3 @@ A link-time warning will be issued advising the use of
or
.Fn mkdtemp
instead.
-.\" .SH STANDARDS
-.\" .St -p1003.1-2003