OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / mkstemp.3
index 5140d6a..33f4dca 100644 (file)
@@ -32,7 +32,7 @@
 .\" Modified 990328, aeb
 .\" 2008-06-19, mtk, Added mkostemp(); various other changes
 .\"
-.TH MKSTEMP 3  2013-12-28 "GNU" "Linux Programmer's Manual"
+.TH MKSTEMP 3  2014-08-19 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mkstemp, mkostemp, mkstemps, mkostemps \- create a unique temporary file
 .SH SYNOPSIS
@@ -192,6 +192,15 @@ is available since glibc 2.7.
 and
 .BR mkostemps ()
 are available since glibc 2.11.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR mkstemp (),
+.BR mkostemp (),
+.BR mkstemps (),
+and
+.BR mkostemps ()
+functions are thread-safe.
 .SH CONFORMING TO
 .BR mkstemp ():
 4.3BSD, POSIX.1-2001.
@@ -223,13 +232,13 @@ is set appropriately before calling
 .BR mkstemp ()
 (and
 .BR mkostemp ()).
-
-The prototype for
-.BR mktemp ()
-is in
-.I <unistd.h>
-for libc4, libc5, glibc1; glibc2 follows POSIX.1 and has the prototype in
-.IR <stdlib.h> .
+.\"
+.\" The prototype for
+.\" .BR mktemp ()
+.\" is in
+.\" .I <unistd.h>
+.\" for libc4, libc5, glibc1; glibc2 follows POSIX.1 and has the prototype in
+.\" .IR <stdlib.h> .
 .SH SEE ALSO
 .BR mkdtemp (3),
 .BR mktemp (3),
@@ -237,10 +246,11 @@ for libc4, libc5, glibc1; glibc2 follows POSIX.1 and has the prototype in
 .BR tmpfile (3),
 .BR tmpnam (3)
 .SH COLOPHON
-This page is part of release 3.65 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.