summaryrefslogtreecommitdiffstats
path: root/man3/mkdtemp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mkdtemp.3')
-rw-r--r--man3/mkdtemp.317
1 files changed, 7 insertions, 10 deletions
diff --git a/man3/mkdtemp.3 b/man3/mkdtemp.3
index 573df4c09..4c5525995 100644
--- a/man3/mkdtemp.3
+++ b/man3/mkdtemp.3
@@ -4,7 +4,7 @@
.\" and GNU libc documentation
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
-.TH mkdtemp 3 2023-02-05 "Linux man-pages 6.03"
+.TH mkdtemp 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
mkdtemp \- create a unique temporary directory
.SH LIBRARY
@@ -57,30 +57,27 @@ Now \fItemplate\fP is unchanged.
Also see
.BR mkdir (2)
for other possible values for \fIerrno\fP.
-.SH VERSIONS
-Available since glibc 2.1.91.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR mkdtemp ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
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 HISTORY
+glibc 2.1.91.
+NetBSD 1.4.
+POSIX.1-2008.
.SH SEE ALSO
.BR mktemp (1),
.BR mkdir (2),