diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2015-03-02 16:38:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2015-03-02 16:38:12 +0000 |
commit | 8b724d7d8c1dcd241cfc3240e494a48965f983e1 (patch) | |
tree | ced8810eba5f720916b9efd7894613343a8283e7 /lib/libc | |
parent | df6624e419d41595284fb98ee321f170a852304b (diff) |
Document when closefrom() was added to OpenBSD. OK bcook@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/closefrom.2 | 7 |
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 |