Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/getdtablesize.2
| Show All 25 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd April 24, 2013 | .Dd April 24, 2013 | ||||
| .Dt GETDTABLESIZE 2 | .Dt GETDTABLESIZE 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm getdtablesize | .Nm getdtablesize | ||||
| .Nd get file descriptor limit | .Nd get file descriptor limit | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In unistd.h | .In unistd.h | ||||
| .Ft int | .Ft int | ||||
| .Fn getdtablesize void | .Fn getdtablesize void | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn getdtablesize | .Fn getdtablesize | ||||
| system call returns the maximum number of file descriptors | system call returns the maximum number of file descriptors | ||||
| that the current process may open. | that the current process may open. | ||||
| Show All 15 Lines | |||||