Module Name: src
Committed By: jruoho
Date: Fri Apr 30 04:55:10 UTC 2010
Modified Files:
src/lib/libc/stdio: tmpnam.3
Log Message:
Also tmpnam(3) and tempnam(3) are now obsolete in POSIX.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/stdio/tmpnam.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdio/tmpnam.3
diff -u src/lib/libc/stdio/tmpnam.3:1.16 src/lib/libc/stdio/tmpnam.3:1.17
--- src/lib/libc/stdio/tmpnam.3:1.16 Mon Mar 22 19:30:54 2010
+++ src/lib/libc/stdio/tmpnam.3 Fri Apr 30 04:55:10 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: tmpnam.3,v 1.16 2010/03/22 19:30:54 joerg Exp $
+.\" $NetBSD: tmpnam.3,v 1.17 2010/04/30 04:55:10 jruoho Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)tmpnam.3 8.2 (Berkeley) 11/17/93
.\"
-.Dd June 18, 2005
+.Dd April 30, 2010
.Dt TMPFILE 3
.Os
.Sh NAME
@@ -183,6 +183,15 @@
functions
conform to
.St -ansiC .
+All described functions also conform to
+.St -p1003.1-2001 ,
+albeit the
+.Fn tempnam
+and
+.Fn tmpnam
+functions have been marked as obsolete in the
+.St -p1003.1-2008
+revision.
.Sh BUGS
These interfaces are provided for
.At V