summaryrefslogtreecommitdiffstats
path: root/man3/getrpcent_r.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getrpcent_r.3')
-rw-r--r--man3/getrpcent_r.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/getrpcent_r.3 b/man3/getrpcent_r.3
index 558d0a831..8de81cbcb 100644
--- a/man3/getrpcent_r.3
+++ b/man3/getrpcent_r.3
@@ -27,7 +27,7 @@ Standard C library
.fi
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR getrpcent_r (),
@@ -46,10 +46,10 @@ The
and
.BR getrpcbynumber_r ()
functions are the reentrant equivalents of, respectively,
-.BR getrpcent (3),
-.BR getrpcbyname (3),
+.MR getrpcent 3 ,
+.MR getrpcbyname 3 ,
and
-.BR getrpcbynumber (3).
+.MR getrpcbynumber 3 .
They differ in the way that the
.I rpcent
structure is returned,
@@ -112,7 +112,7 @@ Try again with a larger buffer
.IR buflen ).
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -132,5 +132,5 @@ though typically with different calling signatures.
.SH STANDARDS
GNU.
.SH SEE ALSO
-.BR getrpcent (3),
-.BR rpc (5)
+.MR getrpcent 3 ,
+.MR rpc 5