diff --git a/man7/netdevice.7 b/man7/netdevice.7 index f785568b4..010116b2e 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -91,6 +91,8 @@ Retrieve the interface index of the interface into Get or set the active flag word of the device. .I ifr_flags contains a bit mask of the following values: +.\" Do not right adjust text blocks in tables +.na .TS tab(:); c s @@ -102,7 +104,9 @@ IFF_DEBUG:Internal debugging flag. IFF_LOOPBACK:Interface is a loopback interface. IFF_POINTOPOINT:Interface is a point-to-point link. IFF_RUNNING:Resources allocated. -IFF_NOARP:No arp protocol, L2 destination address not set. +IFF_NOARP:T{ +No arp protocol, L2 destination address not set. +T} IFF_PROMISC:Interface is in promiscuous mode. IFF_NOTRAILERS:Avoid use of trailers. IFF_ALLMULTI:Receive all multicast packets. @@ -120,6 +124,7 @@ IFF_ECHO:Echo sent packets (since Linux 2.6.25) .TE +.ad Setting the active flag word is a privileged operation, but any process may read it. .TP