man8/bridge.8: fix misuse of two-fonts macros

Use a single-font macro for a single argument.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Bjarni Ingi Gislason 2020-06-28 22:46:26 +00:00 committed by Stephen Hemminger
parent 2df0dc2437
commit 57cfcc62af
1 changed files with 19 additions and 20 deletions

View File

@ -28,10 +28,9 @@ bridge \- show / manipulate bridge addresses and devices
\fB\-o\fR[\fIneline\fr] } \fB\-o\fR[\fIneline\fr] }
.ti -8 .ti -8
.BR "bridge link set" .B "bridge link set"
.B dev .B dev
.IR DEV .IR DEV " [ "
.IR " [ "
.B cost .B cost
.IR COST " ] [ " .IR COST " ] [ "
.B priority .B priority
@ -106,9 +105,9 @@ bridge \- show / manipulate bridge addresses and devices
.ti -8 .ti -8
.BR "bridge mdb" " { " add " | " del " } " .BR "bridge mdb" " { " add " | " del " } "
.B dev .B dev
.IR DEV .I DEV
.B port .B port
.IR PORT .I PORT
.B grp .B grp
.IR GROUP " [ " .IR GROUP " [ "
.BR permanent " | " temp " ] [ " .BR permanent " | " temp " ] [ "
@ -123,10 +122,10 @@ bridge \- show / manipulate bridge addresses and devices
.ti -8 .ti -8
.BR "bridge vlan" " { " add " | " del " } " .BR "bridge vlan" " { " add " | " del " } "
.B dev .B dev
.IR DEV .I DEV
.B vid .B vid
.IR VID " [ " .IR VID " [ "
.BR tunnel_info .B tunnel_info
.IR TUNNEL_ID " ] [ " .IR TUNNEL_ID " ] [ "
.BR pvid " ] [ " untagged " ] [ " .BR pvid " ] [ " untagged " ] [ "
.BR self " ] [ " master " ] " .BR self " ] [ " master " ] "
@ -166,7 +165,7 @@ to the specified network namespace
Actually it just simplifies executing of: Actually it just simplifies executing of:
.B ip netns exec .B ip netns exec
.IR NETNS .I NETNS
.B bridge .B bridge
.RI "[ " OPTIONS " ] " OBJECT " { " COMMAND " | " .RI "[ " OPTIONS " ] " OBJECT " { " COMMAND " | "
.BR help " }" .BR help " }"
@ -183,7 +182,7 @@ Read commands from provided file or standard input and invoke them.
First failure will cause termination of bridge command. First failure will cause termination of bridge command.
.TP .TP
.BR "\-force" .B "\-force"
Don't terminate bridge command on errors in batch mode. Don't terminate bridge command on errors in batch mode.
If there were any errors during execution of the commands, the application If there were any errors during execution of the commands, the application
return code will be non zero. return code will be non zero.
@ -393,7 +392,7 @@ bridge FDB.
Controls whether a given port will flood unicast traffic for which there is no FDB entry. By default this flag is on. Controls whether a given port will flood unicast traffic for which there is no FDB entry. By default this flag is on.
.TP .TP
.BI hwmode .B hwmode
Some network interface cards support HW bridge functionality and they may be Some network interface cards support HW bridge functionality and they may be
configured in different modes. Currently support modes are: configured in different modes. Currently support modes are:
@ -417,7 +416,7 @@ instead of multicast. By default this flag is off.
This is done by copying the packet per host and This is done by copying the packet per host and
changing the multicast destination MAC to a unicast one accordingly. changing the multicast destination MAC to a unicast one accordingly.
.BR mcast_to_unicast .B mcast_to_unicast
works on top of the multicast snooping feature of works on top of the multicast snooping feature of
the bridge. Which means unicast copies are only delivered to hosts which the bridge. Which means unicast copies are only delivered to hosts which
are interested in it and signalized this via IGMP/MLD reports are interested in it and signalized this via IGMP/MLD reports
@ -462,15 +461,15 @@ If the port loses carrier all traffic will be redirected to the
configured backup port configured backup port
.TP .TP
.BR nobackup_port .B nobackup_port
Removes the currently configured backup port Removes the currently configured backup port
.TP .TP
.BI self .B self
link setting is configured on specified physical device link setting is configured on specified physical device
.TP .TP
.BI master .B master
link setting is configured on the software bridge (default) link setting is configured on the software bridge (default)
.TP .TP
@ -499,7 +498,7 @@ and delete old ones.
This command creates a new fdb entry. This command creates a new fdb entry.
.TP .TP
.BI "LLADDR" .B LLADDR
the Ethernet MAC address. the Ethernet MAC address.
.TP .TP
@ -626,7 +625,7 @@ and last used time for each entry.
lookup a bridge forwarding table entry. lookup a bridge forwarding table entry.
.TP .TP
.BI "LLADDR" .B LLADDR
the Ethernet MAC address. the Ethernet MAC address.
.TP .TP
@ -750,21 +749,21 @@ dst_metadata for every packet that belongs to this vlan (applicable to
bridge ports with vlan_tunnel flag set). bridge ports with vlan_tunnel flag set).
.TP .TP
.BI pvid .B pvid
the vlan specified is to be considered a PVID at ingress. the vlan specified is to be considered a PVID at ingress.
Any untagged frames will be assigned to this VLAN. Any untagged frames will be assigned to this VLAN.
.TP .TP
.BI untagged .B untagged
the vlan specified is to be treated as untagged on egress. the vlan specified is to be treated as untagged on egress.
.TP .TP
.BI self .B self
the vlan is configured on the specified physical device. Required if the the vlan is configured on the specified physical device. Required if the
device is the bridge device. device is the bridge device.
.TP .TP
.BI master .B master
the vlan is configured on the software bridge (default). the vlan is configured on the software bridge (default).
.SS bridge vlan delete - delete a vlan filter entry .SS bridge vlan delete - delete a vlan filter entry