Added an ERRORS section.

This commit is contained in:
Michael Kerrisk 2007-05-26 12:05:42 +00:00
parent 0a216931f0
commit a9a79c6ed6
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ returns the maximum number of files a process can have open,
one more than the largest possible value for a file descriptor.
.SH "RETURN VALUE"
The current limit on the number of open files per process.
.SH ERRORS
On Linux,
.BR getdtablesize ()
can return any of the errors described for
.BR getrlimit (2);
see NOTES below.
.SH "CONFORMING TO"
SVr4, 4.4BSD (the
.BR getdtablesize ()