summaryrefslogtreecommitdiffstats
path: root/man3/mktemp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mktemp.3')
-rw-r--r--man3/mktemp.313
1 files changed, 6 insertions, 7 deletions
diff --git a/man3/mktemp.3 b/man3/mktemp.3
index df1cdb5b1..c925dd035 100644
--- a/man3/mktemp.3
+++ b/man3/mktemp.3
@@ -12,7 +12,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 2023-02-05 "Linux man-pages 6.03"
+.TH mktemp 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
mktemp \- make a unique temporary filename
.SH LIBRARY
@@ -72,24 +72,23 @@ The last six characters of \fItemplate\fP were not XXXXXX.
.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 mktemp ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
+None.
+.SH HISTORY
4.3BSD, POSIX.1-2001.
-POSIX.1-2008 removes the specification of
-.BR mktemp ().
+Removed in POSIX.1-2008.
.\" .SH NOTES
.\" The prototype is in
.\" .I <unistd.h>