aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-11-19 17:13:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-11-19 17:13:31 +0000
commitb6419b666fee3774cb6def84c8f5adb295aca976 (patch)
treec24dd7db9c23c3c665a466c4422df50ea99abf87 /lib
parentcd906fe3de95dfa7549f036f05b5a63e4bdfe07a (diff)
downloadsrc-b6419b666fee3774cb6def84c8f5adb295aca976.tar.gz
src-b6419b666fee3774cb6def84c8f5adb295aca976.zip
Add to the HISTORY.
Notes
Notes: svn path=/head/; revision=53426
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/mktemp.310
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index 30610f27636d..8199796d4857 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -205,4 +205,12 @@ function appeared in
The
.Fn mkdtemp
function first appeared in
-.Ox 2.2 .
+.Ox 2.2 ,
+and later in
+.Fx 3.2 .
+The
+.Fn mkstemps
+function first appeared in the GNU C Library and later in
+.Fx 3.4
+and
+.Ox 2.4 .