diff options
author | 2004-01-14 09:30:19 +0000 | |
---|---|---|
committer | 2004-01-14 09:30:19 +0000 | |
commit | 011bfdff539d2bbb139a390901a59b82141c0704 (patch) | |
tree | dcd878f274f9449c9acac565a33b13bccc6f2385 /lib/libc | |
parent | catching a stray sheep destroying a pmap shall result in a proper haggis; this fixes a panic resulted from a diagnostic check und clean whose dirty little causes should really get fixed (eventually); w/ grumpy testing (diff) | |
download | wireguard-openbsd-011bfdff539d2bbb139a390901a59b82141c0704.tar.xz wireguard-openbsd-011bfdff539d2bbb139a390901a59b82141c0704.zip |
.Xr closefrom
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/close.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index 6b52135238e..c6811b34015 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: close.2,v 1.10 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: close.2,v 1.11 2004/01/14 09:30:19 tedu Exp $ .\" $NetBSD: close.2,v 1.5 1995/02/27 12:32:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -115,6 +115,7 @@ An interrupt was received. .El .Sh SEE ALSO .Xr accept 2 , +.Xr closefrom 2 , .Xr execve 2 , .Xr fcntl 2 , .Xr flock 2 , |