OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / tmpnam.3
index 7f29e36..82234aa 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .\" 2003-11-15, aeb, added tmpnam_r
 .\"
-.TH TMPNAM 3  2008-08-06 "" "Linux Programmer's Manual"
+.TH TMPNAM 3  2010-09-10 "" "Linux Programmer's Manual"
 .SH NAME
 tmpnam, tmpnam_r \- create a name for a temporary file
 .SH SYNOPSIS
@@ -132,13 +132,15 @@ tmpnam_r(char *s)
 .sp
 apparently as a warning not to use NULL.
 A few systems implement it.
-To get a glibc prototype for this function,
+To get a glibc prototype for this function from
+.IR <stdio.h> ,
 define
 .B _SVID_SOURCE
 or
 .B _BSD_SOURCE
-before including
-.IR <stdio.h> .
+(before including
+.I any
+header file).
 .SH BUGS
 Never use this function.
 Use