summaryrefslogtreecommitdiff
path: root/man3/getdtablesize.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getdtablesize.3')
-rw-r--r--man3/getdtablesize.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/getdtablesize.3 b/man3/getdtablesize.3
index 76a1fdde..00cdf9eb 100644
--- a/man3/getdtablesize.3
+++ b/man3/getdtablesize.3
@@ -58,7 +58,7 @@ _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.BR getdtablesize ()
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"
+.SH RETURN VALUE
The current limit on the number of open files per process.
.SH ERRORS
On Linux,
@@ -66,7 +66,7 @@ On Linux,
can return any of the errors described for
.BR getrlimit (2);
see NOTES below.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
SVr4, 4.4BSD (the
.BR getdtablesize ()
function first appeared in 4.2BSD).
@@ -87,7 +87,7 @@ when that fails.
The libc4 and libc5 versions return
.B OPEN_MAX
(set to 256 since Linux 0.98.4).
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR close (2),
.BR dup (2),
.BR getrlimit (2),