summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2015-03-02 16:38:11 +0000
committermillert <millert@openbsd.org>2015-03-02 16:38:11 +0000
commitd2acff438670065158cee456ce8787f863a88ae8 (patch)
tree8c6005e5308628b5aae59d71a7cae4b620da1a9b /lib/libc
parentAdd BUGS section to athn(4) man page to warn about broken hostap with USB. (diff)
downloadwireguard-openbsd-d2acff438670065158cee456ce8787f863a88ae8.tar.xz
wireguard-openbsd-d2acff438670065158cee456ce8787f863a88ae8.zip
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