POSIX.1-2008 marks tempnam() as obsolete.

This commit is contained in:
Michael Kerrisk 2008-08-06 12:35:50 +00:00
parent ec27c7cde9
commit d458f96548
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH TEMPNAM 3 2007-07-26 "" "Linux Programmer's Manual"
.TH TEMPNAM 3 2008-08-06 "" "Linux Programmer's Manual"
.SH NAME
tempnam \- create a name for a temporary file
.SH SYNOPSIS
@ -93,6 +93,9 @@ filename, or NULL if a unique name cannot be generated.
Allocation of storage failed.
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001.
POSIX.1-2008 marks
.BR tempnam ()
as obsolete.
.\" FIXME . Mar 08: The next POSIX.1 revisions marks tempnam() obsolete.
.SH NOTES
Although