summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-09-11 01:30:50 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-09-11 01:30:50 +0000
commit34098bca74590b8de9f2c762b62c3eacbba48ecb (patch)
treeecfc646fe4e8acb1ad9f88ae08c0673934a59a18 /lib
parent9a2fd0c0391a97bd436473825ad4e09723c3af5f (diff)
The mkstemp() function appeared in 4.4BSD; todd@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/mktemp.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index ee17797675f..d7b036e944e 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mktemp.3,v 1.22 2000/04/20 01:39:32 aaron Exp $
+.\" $OpenBSD: mktemp.3,v 1.23 2000/09/11 01:30:49 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -300,12 +300,15 @@ A
.Fn mktemp
function appeared in
.At v7 .
-.Pp
The
.Fn mkdtemp
function appeared in
.Ox 2.2 .
The
+.Fn mkstemp
+function appeared in
+.Bx 4.4 .
+The
.Fn mkstemps
function appeared in
.Ox 2.3 .