diff options
author | 2015-03-02 15:21:29 +0000 | |
---|---|---|
committer | 2015-03-02 15:21:29 +0000 | |
commit | 838e7ff3b447d307acc490f1f0bc0b0291bed55f (patch) | |
tree | 2a0327b324cba8a6d19aa7a3930fac9c499b2f5a /lib/libc/sys | |
parent | athn(4) USB drops received frames larger than MCLBYTES. (diff) | |
download | wireguard-openbsd-838e7ff3b447d307acc490f1f0bc0b0291bed55f.tar.xz wireguard-openbsd-838e7ff3b447d307acc490f1f0bc0b0291bed55f.zip |
Note that closefrom is an extension.
suggested and ok reyk@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/closefrom.2 | 9 |
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 |