summaryrefslogtreecommitdiffstats
path: root/man3/inet.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/inet.3')
-rw-r--r--man3/inet.328
1 files changed, 14 insertions, 14 deletions
diff --git a/man3/inet.3 b/man3/inet.3
index 9e292f08a..6e4ffcc70 100644
--- a/man3/inet.3
+++ b/man3/inet.3
@@ -49,7 +49,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 inet_aton (),
@@ -138,9 +138,9 @@ Use of this function is problematic because \-1 is a valid address
(255.255.255.255).
Avoid its use in favor of
.BR inet_aton (),
-.BR inet_pton (3),
+.MR inet_pton 3 ,
or
-.BR getaddrinfo (3),
+.MR getaddrinfo 3 ,
which provide a cleaner way to indicate error return.
.P
The
@@ -205,7 +205,7 @@ struct in_addr {
.in
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -324,13 +324,13 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR byteorder (3),
-.BR getaddrinfo (3),
-.BR gethostbyname (3),
-.BR getnameinfo (3),
-.BR getnetent (3),
-.BR inet_net_pton (3),
-.BR inet_ntop (3),
-.BR inet_pton (3),
-.BR hosts (5),
-.BR networks (5)
+.MR byteorder 3 ,
+.MR getaddrinfo 3 ,
+.MR gethostbyname 3 ,
+.MR getnameinfo 3 ,
+.MR getnetent 3 ,
+.MR inet_net_pton 3 ,
+.MR inet_ntop 3 ,
+.MR inet_pton 3 ,
+.MR hosts 5 ,
+.MR networks 5