OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man3 / mktemp.3
index 76cbc9a..b4fbccd 100644 (file)
@@ -31,7 +31,7 @@
 .\" (prompted by Scott Burkett <scottb@IntNet.net>)
 .\" Modified Sun Mar 28 23:44:38 1999 by Andries Brouwer (aeb@cwi.nl)
 .\"
-.TH MKTEMP 3  2014-02-27 "GNU" "Linux Programmer's Manual"
+.TH MKTEMP 3  2014-08-19 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mktemp \- make a unique temporary filename
 .SH SYNOPSIS
@@ -96,12 +96,12 @@ The last six characters of \fItemplate\fP were not XXXXXX.
 4.3BSD, POSIX.1-2001.
 POSIX.1-2008 removes the specification of
 .BR mktemp ().
-.SH NOTES
-The prototype is in
-.I <unistd.h>
-for libc4, libc5, glibc1; glibc2 follows the Single UNIX Specification
-and has the prototype in
-.IR <stdlib.h> .
+.\" .SH NOTES
+.\" The prototype is in
+.\" .I <unistd.h>
+.\" for libc4, libc5, glibc1; glibc2 follows the Single UNIX Specification
+.\" and has the prototype in
+.\" .IR <stdlib.h> .
 .SH BUGS
 Never use
 .BR mktemp ().
@@ -121,7 +121,7 @@ The race is avoided by
 .BR tmpfile (3),
 .BR tmpnam (3)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.75 of the Linux
 .I man-pages
 project.
 A description of the project,