summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-09-11 01:30:49 +0000
committeraaron <aaron@openbsd.org>2000-09-11 01:30:49 +0000
commit5427c011c1a22b80e9d66e9dd82c106520105e8e (patch)
tree697a88dc8adcb7dbc3f4bd8d916854c3c2d5f0ec
parentPCVT_EMU_MOUSE is gone; todd@ (diff)
downloadwireguard-openbsd-5427c011c1a22b80e9d66e9dd82c106520105e8e.tar.xz
wireguard-openbsd-5427c011c1a22b80e9d66e9dd82c106520105e8e.zip
The mkstemp() function appeared in 4.4BSD; todd@
-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 .