summaryrefslogtreecommitdiffstats
path: root/man3/getprotoent_r.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getprotoent_r.3')
-rw-r--r--man3/getprotoent_r.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/getprotoent_r.3 b/man3/getprotoent_r.3
index 846eec936..c29f92d39 100644
--- a/man3/getprotoent_r.3
+++ b/man3/getprotoent_r.3
@@ -30,7 +30,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 getprotoent_r (),
@@ -49,10 +49,10 @@ The
and
.BR getprotobynumber_r ()
functions are the reentrant equivalents of, respectively,
-.BR getprotoent (3),
-.BR getprotobyname (3),
+.MR getprotoent 3 ,
+.MR getprotobyname 3 ,
and
-.BR getprotobynumber (3).
+.MR getprotobynumber 3 .
They differ in the way that the
.I protoent
structure is returned,
@@ -116,7 +116,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
@@ -239,5 +239,5 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR getprotoent (3),
-.BR protocols (5)
+.MR getprotoent 3 ,
+.MR protocols 5