summaryrefslogtreecommitdiffstats
path: root/man7/netdevice.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/netdevice.7')
-rw-r--r--man7/netdevice.720
1 files changed, 10 insertions, 10 deletions
diff --git a/man7/netdevice.7 b/man7/netdevice.7
index 4722fc257..6c4e0c0cd 100644
--- a/man7/netdevice.7
+++ b/man7/netdevice.7
@@ -292,7 +292,7 @@ multicast filters using
.IR ifr_hwaddr .
These are privileged operations.
See also
-.BR packet (7)
+.MR packet 7
for an alternative.
.TP
.B SIOCGIFTXQLEN
@@ -396,7 +396,7 @@ Most protocols support their own ioctls to configure protocol-specific
interface options.
See the protocol man pages for a description.
For configuring IP addresses, see
-.BR ip (7).
+.MR ip 7 .
.P
In addition, some devices support private ioctls.
These are not described here.
@@ -406,7 +406,7 @@ and the other ioctls that accept or return only
.B AF_INET
socket addresses
are IP-specific and perhaps should rather be documented in
-.BR ip (7).
+.MR ip 7 .
.P
The names of interfaces with no addresses or that don't have the
.B IFF_RUNNING
@@ -417,17 +417,17 @@ flag set can be found via
IPv6 addresses can be read from
.I /proc/net/if_inet6
or via
-.BR rtnetlink (7).
+.MR rtnetlink 7 .
Adding a new IPv6 address and deleting an existing IPv6 address
can be done via
.B SIOCSIFADDR
and
.B SIOCDIFADDR
or via
-.BR rtnetlink (7).
+.MR rtnetlink 7 .
Retrieving or changing destination IPv6 addresses of a point-to-point
interface is possible only via
-.BR rtnetlink (7).
+.MR rtnetlink 7 .
.SH BUGS
glibc 2.1 is missing the
.I ifr_newname
@@ -443,7 +443,7 @@ Add the following to your program as a workaround:
.EE
.in
.SH SEE ALSO
-.BR proc (5),
-.BR capabilities (7),
-.BR ip (7),
-.BR rtnetlink (7)
+.MR proc 5 ,
+.MR capabilities 7 ,
+.MR ip 7 ,
+.MR rtnetlink 7