OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / mkdtemp.3
index 48f7b41..5c99445 100644 (file)
@@ -2,6 +2,7 @@
 .\" Based on mkstemp(3), Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
 .\" and GNU libc documentation
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -21,6 +22,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .TH MKDTEMP 3  2010-09-26 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mkdtemp \- create a unique temporary directory
@@ -63,7 +65,7 @@ permissions 0700.
 Since it will be modified,
 .I template
 must not be a string constant, but should be declared as a character array.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR mkdtemp ()
 function returns a pointer to the modified template
@@ -81,15 +83,23 @@ Also see
 for other possible values for \fIerrno\fP.
 .SH VERSIONS
 Available since glibc 2.1.91.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2008.
 This function is present on the BSDs.
 .\" As at 2006, this function is being considered for a revision of POSIX.1
 .\" Also in NetBSD 1.4.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR mkdir (2),
 .BR mkstemp (3),
 .BR mktemp (3),
 .BR tempnam (3),
 .BR tmpfile (3),
 .BR tmpnam (3)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.