summaryrefslogtreecommitdiff
path: root/man3/mkdtemp.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-08-03 13:57:30 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-08-03 13:57:30 +0000
commit68e1685c25cab6c29e4250f592c39f47996776af (patch)
tree7d83ff852ff8dd6c7ca2fcaa610ab933590eba72 /man3/mkdtemp.3
parent97c1eac86f435d7feeef158417941751e7bd7a15 (diff)
Updated CONFORMING TO section
Diffstat (limited to 'man3/mkdtemp.3')
-rw-r--r--man3/mkdtemp.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/mkdtemp.3 b/man3/mkdtemp.3
index 8282b2755..e9b4e0e07 100644
--- a/man3/mkdtemp.3
+++ b/man3/mkdtemp.3
@@ -54,8 +54,10 @@ Now \fItemplate\fP is unchanged.
Also see \fBmkdir(2)\fP for other possible values for \fIerrno\fP.
.SH "CONFORMING TO"
-Introduced in OpenBSD 2.2.
+This funtion 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 VERSION
Available since glibc 2.1.91.
.SH "SEE ALSO"
.BR mkdir (2),