summaryrefslogtreecommitdiffstats
path: root/man3/getdtablesize.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getdtablesize.3')
-rw-r--r--man3/getdtablesize.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/getdtablesize.3 b/man3/getdtablesize.3
index 9482886f7..aa5c8b613 100644
--- a/man3/getdtablesize.3
+++ b/man3/getdtablesize.3
@@ -20,7 +20,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR getdtablesize ():
@@ -43,11 +43,11 @@ The current limit on the number of open files per process.
On Linux,
.BR getdtablesize ()
can return any of the errors described for
-.BR getrlimit (2);
+.MR getrlimit 2 ;
see NOTES below.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -63,7 +63,7 @@ T} Thread safety MT-Safe
The glibc version of
.BR getdtablesize ()
calls
-.BR getrlimit (2)
+.MR getrlimit 2
and returns the current
.B RLIMIT_NOFILE
limit, or
@@ -82,7 +82,7 @@ None.
SVr4, 4.4BSD
(first appeared in 4.2BSD).
.SH SEE ALSO
-.BR close (2),
-.BR dup (2),
-.BR getrlimit (2),
-.BR open (2)
+.MR close 2 ,
+.MR dup 2 ,
+.MR getrlimit 2 ,
+.MR open 2