summaryrefslogtreecommitdiffstats
path: root/man3/inet_ntop.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/inet_ntop.3')
-rw-r--r--man3/inet_ntop.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/inet_ntop.3 b/man3/inet_ntop.3
index 8926460d4..53e0627e7 100644
--- a/man3/inet_ntop.3
+++ b/man3/inet_ntop.3
@@ -32,9 +32,9 @@ the argument
.P
.BR inet_ntop ()
extends the
-.BR inet_ntoa (3)
+.MR inet_ntoa 3
function to support multiple address families,
-.BR inet_ntoa (3)
+.MR inet_ntoa 3
is now considered to be deprecated in favor of
.BR inet_ntop ().
The following address families are currently supported:
@@ -83,7 +83,7 @@ The converted address string would exceed the size given by
.IR size .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -115,8 +115,8 @@ but 2.2 and later have
converts IPv4-mapped IPv6 addresses into an IPv6 format.
.SH EXAMPLES
See
-.BR inet_pton (3).
+.MR inet_pton 3 .
.SH SEE ALSO
-.BR getnameinfo (3),
-.BR inet (3),
-.BR inet_pton (3)
+.MR getnameinfo 3 ,
+.MR inet 3 ,
+.MR inet_pton 3