diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-12 01:40:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-12 01:40:05 +0000 |
commit | e4f37c555aeb19fb3931ce0ee462ee14351769ff (patch) | |
tree | c639e08165dc822a320bbb42e503239bad3b0543 /lib/libc/compat-43 | |
parent | db577e2f96c8e190036d830d07df7ae3a1cdc0e7 (diff) |
Xr getdtablecount
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r-- | lib/libc/compat-43/getdtablesize.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/compat-43/getdtablesize.3 b/lib/libc/compat-43/getdtablesize.3 index ada55bba477..18627a0c13a 100644 --- a/lib/libc/compat-43/getdtablesize.3 +++ b/lib/libc/compat-43/getdtablesize.3 @@ -25,9 +25,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getdtablesize.3,v 1.11 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: getdtablesize.3,v 1.12 2014/12/12 01:40:04 deraadt Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: December 12 2014 $ .Dt GETDTABLESIZE 3 .Os .Sh NAME @@ -48,6 +48,7 @@ returns the size of this table. .Sh SEE ALSO .Xr close 2 , .Xr dup 2 , +.Xr getdtablecount 2 , .Xr getrlimit 2 , .Xr open 2 , .Xr select 2 , |