summaryrefslogtreecommitdiffstats
path: root/man3/getservent_r.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getservent_r.3')
-rw-r--r--man3/getservent_r.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/getservent_r.3 b/man3/getservent_r.3
index 50952d87d..8a27657f9 100644
--- a/man3/getservent_r.3
+++ b/man3/getservent_r.3
@@ -32,7 +32,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 getservent_r (),
@@ -51,10 +51,10 @@ The
and
.BR getservbyport_r ()
functions are the reentrant equivalents of, respectively,
-.BR getservent (3),
-.BR getservbyname (3),
+.MR getservent 3 ,
+.MR getservbyname 3 ,
and
-.BR getservbyport (3).
+.MR getservbyport 3 .
They differ in the way that the
.I servent
structure is returned,
@@ -117,7 +117,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
@@ -245,5 +245,5 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR getservent (3),
-.BR services (5)
+.MR getservent 3 ,
+.MR services 5