*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: getdtablesize | Section: 2 | Source: FreeBSD | File: getdtablesize.2.gz
GETDTABLESIZE(2) FreeBSD System Calls Manual GETDTABLESIZE(2) NAME getdtablesize - get file descriptor limit LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <unistd.h> int getdtablesize(void); DESCRIPTION The getdtablesize() system call returns the maximum number of file descriptors that the current process may open. The maximum file descriptor number that the system may assign is the return value minus one. Existing file descriptor numbers may be higher if the limit was lowered after they were opened. SEE ALSO close(2), closefrom(2), dup(2), getrlimit(2), sysconf(3) HISTORY The getdtablesize() system call appeared in 4.2BSD. FreeBSD 14.1-RELEASE-p8 April 24, 2013 FreeBSD 14.1-RELEASE-p8

Navigation Options