diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-01-14 09:30:20 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-01-14 09:30:20 +0000 |
commit | 9fd05a5336f9af829801087affe904a7b989dafe (patch) | |
tree | 6e9b83fbdc538ea6bf22cf922dbdb2878707f2b0 /lib | |
parent | 88882364e7907a5fae0c0005eb51a1231967da14 (diff) |
.Xr closefrom
Diffstat (limited to 'lib')
-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 , |