summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrent Cook <bcook@cvs.openbsd.org>2015-03-02 15:21:30 +0000
committerBrent Cook <bcook@cvs.openbsd.org>2015-03-02 15:21:30 +0000
commit1bd2438fa1149551832d65acf233b57b49a21063 (patch)
treee8007b780d8c8ab4e339de93d10a59b4a7e1a193 /lib
parent97ed77d7a9f1a4c010969f74a3ced52aa6853838 (diff)
Note that closefrom is an extension.
suggested and ok reyk@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/closefrom.29
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/sys/closefrom.2 b/lib/libc/sys/closefrom.2
index 85406d019c7..e290ac430f9 100644
--- a/lib/libc/sys/closefrom.2
+++ b/lib/libc/sys/closefrom.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: closefrom.2,v 1.5 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: closefrom.2,v 1.6 2015/03/02 15:21:29 bcook Exp $
.\"
.\" Copyright (c) 2004 Ted Unangst. All rights reserved.
.\"
@@ -22,7 +22,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: March 2 2015 $
.Dt CLOSEFROM 2
.Os
.Sh NAME
@@ -53,5 +53,10 @@ is greater than all open file descriptors.
.It Bq Er EINTR
An interrupt was received.
.El
+.Sh STANDARDS
+.Fn closefrom
+is a
+.Bx
+and Solaris extension.
.Sh SEE ALSO
.Xr close 2