summaryrefslogtreecommitdiffstats
path: root/man3/getnetent_r.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getnetent_r.3')
-rw-r--r--man3/getnetent_r.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/getnetent_r.3 b/man3/getnetent_r.3
index d8f70c3a2..6aef436a3 100644
--- a/man3/getnetent_r.3
+++ b/man3/getnetent_r.3
@@ -33,7 +33,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 getnetent_r (),
@@ -52,10 +52,10 @@ The
and
.BR getnetbyaddr_r ()
functions are the reentrant equivalents of, respectively,
-.BR getnetent (3),
-.BR getnetbyname (3),
+.MR getnetent 3 ,
+.MR getnetbyname 3 ,
and
-.BR getnetbynumber (3).
+.MR getnetbynumber 3 .
They differ in the way that the
.I netent
structure is returned,
@@ -126,7 +126,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
@@ -146,5 +146,5 @@ though typically with different calling signatures.
.SH STANDARDS
GNU.
.SH SEE ALSO
-.BR getnetent (3),
-.BR networks (5)
+.MR getnetent 3 ,
+.MR networks 5