summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2015-03-02 16:38:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2015-03-02 16:38:12 +0000
commit8b724d7d8c1dcd241cfc3240e494a48965f983e1 (patch)
treeced8810eba5f720916b9efd7894613343a8283e7 /lib/libc
parentdf6624e419d41595284fb98ee321f170a852304b (diff)
Document when closefrom() was added to OpenBSD. OK bcook@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/closefrom.27
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/sys/closefrom.2 b/lib/libc/sys/closefrom.2
index e290ac430f9..6af63b565ca 100644
--- a/lib/libc/sys/closefrom.2
+++ b/lib/libc/sys/closefrom.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: closefrom.2,v 1.6 2015/03/02 15:21:29 bcook Exp $
+.\" $OpenBSD: closefrom.2,v 1.7 2015/03/02 16:38:11 millert Exp $
.\"
.\" Copyright (c) 2004 Ted Unangst. All rights reserved.
.\"
@@ -58,5 +58,10 @@ An interrupt was received.
is a
.Bx
and Solaris extension.
+.Sh HISTORY
+The
+.Fn closefrom
+call first appeared in
+.Ox 3.5 .
.Sh SEE ALSO
.Xr close 2