netdevice.7: Line in table too long

Fix warning from "man ..." ("nroff -ww ..."):

    nroff: netdevice.7: warning: around line 98:
    table wider than line width

Fix: No right adjustment in text blocks in tables.

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673873

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Bjarni Ingi Gislason 2012-05-30 03:51:28 +12:00 committed by Michael Kerrisk
parent 6d909d223c
commit 718588ebd2
1 changed files with 6 additions and 1 deletions

View File

@ -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