summaryrefslogtreecommitdiffstats
path: root/man3/getifaddrs.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getifaddrs.3')
-rw-r--r--man3/getifaddrs.332
1 files changed, 16 insertions, 16 deletions
diff --git a/man3/getifaddrs.3 b/man3/getifaddrs.3
index 3ecaf71c0..1c21b71d4 100644
--- a/man3/getifaddrs.3
+++ b/man3/getifaddrs.3
@@ -76,9 +76,9 @@ The
.I ifa_flags
field contains the interface flags, as returned by the
.B SIOCGIFFLAGS
-.BR ioctl (2)
+.MR ioctl 2
operation (see
-.BR netdevice (7)
+.MR netdevice 7
for a list of these flags).
.P
The
@@ -134,17 +134,17 @@ is set to indicate the error.
may fail and set
.I errno
for any of the errors specified for
-.BR socket (2),
-.BR bind (2),
-.BR getsockname (2),
-.BR recvmsg (2),
-.BR sendto (2),
-.BR malloc (3),
+.MR socket 2 ,
+.MR bind 2 ,
+.MR getsockname 2 ,
+.MR recvmsg 2 ,
+.MR sendto 2 ,
+.MR malloc 3 ,
or
-.BR realloc (3).
+.MR realloc 3 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -207,7 +207,7 @@ The program below demonstrates the use of
.BR getifaddrs (),
.BR freeifaddrs (),
and
-.BR getnameinfo (3).
+.MR getnameinfo 3 .
Here is what we see when running this program on one system:
.P
.in +4n
@@ -306,8 +306,8 @@ int main(int argc, char *argv[])
}
.EE
.SH SEE ALSO
-.BR bind (2),
-.BR getsockname (2),
-.BR socket (2),
-.BR packet (7),
-.BR ifconfig (8)
+.MR bind 2 ,
+.MR getsockname 2 ,
+.MR socket 2 ,
+.MR packet 7 ,
+.MR ifconfig 8