Also tmpnam(3) and tempnam(3) are now obsolete in POSIX.
This commit is contained in:
parent
92370ee67d
commit
4078f3e9d1
@ -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 @@ and
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user