diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-06 12:35:50 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-06 12:35:50 +0000 |
commit | d458f96548ced51bb7e73e54fddad441e27aa25a (patch) | |
tree | 2433634111a7d2d0db78dab7be7cc4b2067502e6 /man3/tempnam.3 | |
parent | ec27c7cde9249699c305a0db25c4f2e1a750c4a2 (diff) |
POSIX.1-2008 marks tempnam() as obsolete.
Diffstat (limited to 'man3/tempnam.3')
-rw-r--r-- | man3/tempnam.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man3/tempnam.3 b/man3/tempnam.3 index 8c84a3b5..807fa15e 100644 --- a/man3/tempnam.3 +++ b/man3/tempnam.3 @@ -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 |