Commit fc31817d authored by Phil Sutter's avatar Phil Sutter Committed by Stephen Hemminger

bridge.8: minor formatting cleanup

- Replace commas at end of subsection with dots.
- Replace double whitespace by single one.
Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
parent ea6cbab7
...@@ -25,14 +25,14 @@ bridge \- show / manipulate bridge addresses and devices ...@@ -25,14 +25,14 @@ bridge \- show / manipulate bridge addresses and devices
.ti -8 .ti -8
.BR "bridge link set" .BR "bridge link set"
.B dev .B dev
.IR DEV .IR DEV
.IR " [ " .IR " [ "
.B cost .B cost
.IR COST " ] [ " .IR COST " ] [ "
.B priority .B priority
.IR PRIO " ] [ " .IR PRIO " ] [ "
.B state .B state
.IR STATE "] [" .IR STATE "] ["
.BR guard " { " on " | " off " } ] [ " .BR guard " { " on " | " off " } ] [ "
.BR hairpin " { " on " | " off " } ] [ " .BR hairpin " { " on " | " off " } ] [ "
...@@ -42,21 +42,21 @@ bridge \- show / manipulate bridge addresses and devices ...@@ -42,21 +42,21 @@ bridge \- show / manipulate bridge addresses and devices
.BR learning_sync " { " on " | " off " } ] [ " .BR learning_sync " { " on " | " off " } ] [ "
.BR flood " { " on " | " off " } ] [ " .BR flood " { " on " | " off " } ] [ "
.BR hwmode " { " vepa " | " veb " } ] [ " .BR hwmode " { " vepa " | " veb " } ] [ "
.BR self " ] [ " master " ] " .BR self " ] [ " master " ] "
.ti -8 .ti -8
.BR "bridge link" " [ " show " ] [ " .BR "bridge link" " [ " show " ] [ "
.B dev .B dev
.IR DEV " ]" .IR DEV " ]"
.ti -8 .ti -8
.BR "bridge fdb" " { " add " | " append " | " del " | " replace " } " .BR "bridge fdb" " { " add " | " append " | " del " | " replace " } "
.I LLADDR .I LLADDR
.B dev .B dev
.IR DEV " { " .IR DEV " { "
.BR local " | " temp " } [ " .BR local " | " temp " } [ "
.BR self " ] [ " master " ] [ " router " ] [ " use " ] [ " .BR self " ] [ " master " ] [ " router " ] [ " use " ] [ "
.B dst .B dst
.IR IPADDR " ] [ " .IR IPADDR " ] [ "
.B vni .B vni
.IR VNI " ] [" .IR VNI " ] ["
...@@ -67,12 +67,12 @@ bridge \- show / manipulate bridge addresses and devices ...@@ -67,12 +67,12 @@ bridge \- show / manipulate bridge addresses and devices
.ti -8 .ti -8
.BR "bridge fdb" " [ " show " ] [ " .BR "bridge fdb" " [ " show " ] [ "
.B dev .B dev
.IR DEV " ]" .IR DEV " ]"
.ti -8 .ti -8
.BR "bridge mdb" " { " add " | " del " } " .BR "bridge mdb" " { " add " | " del " } "
.B dev .B dev
.IR DEV .IR DEV
.B port .B port
.IR PORT .IR PORT
...@@ -84,21 +84,21 @@ bridge \- show / manipulate bridge addresses and devices ...@@ -84,21 +84,21 @@ bridge \- show / manipulate bridge addresses and devices
.ti -8 .ti -8
.BR "bridge mdb show " [ " .BR "bridge mdb show " [ "
.B dev .B dev
.IR DEV " ]" .IR DEV " ]"
.ti -8 .ti -8
.BR "bridge vlan" " { " add " | " del " } " .BR "bridge vlan" " { " add " | " del " } "
.B dev .B dev
.IR DEV .IR DEV
.B vid .B vid
.IR VID " [ " .IR VID " [ "
.BR pvid " ] [ " untagged " ] [ " .BR pvid " ] [ " untagged " ] [ "
.BR self " ] [ " master " ] " .BR self " ] [ " master " ] "
.ti -8 .ti -8
.BR "bridge vlan" " [ " show " ] [ " .BR "bridge vlan" " [ " show " ] [ "
.B dev .B dev
.IR DEV " ]" .IR DEV " ]"
.ti -8 .ti -8
...@@ -319,7 +319,7 @@ This command displays the current bridge port configuration and flags. ...@@ -319,7 +319,7 @@ This command displays the current bridge port configuration and flags.
.SH bridge fdb - forwarding database management .SH bridge fdb - forwarding database management
.B fdb .B fdb
objects contain known Ethernet addresses on a link. objects contain known Ethernet addresses on a link.
.P .P
The corresponding commands display fdb entries, add new entries, The corresponding commands display fdb entries, add new entries,
...@@ -398,21 +398,21 @@ sends a copy of the data packet to each entry found. ...@@ -398,21 +398,21 @@ sends a copy of the data packet to each entry found.
.PP .PP
The arguments are the same as with The arguments are the same as with
.BR "bridge fdb add" , .BR "bridge fdb add" .
.SS bridge fdb delete - delete a forwarding database entry .SS bridge fdb delete - delete a forwarding database entry
This command removes an existing fdb entry. This command removes an existing fdb entry.
.PP .PP
The arguments are the same as with The arguments are the same as with
.BR "bridge fdb add" , .BR "bridge fdb add" .
.SS bridge fdb replace - replace a forwarding database entry .SS bridge fdb replace - replace a forwarding database entry
If no matching entry is found, a new one will be created instead. If no matching entry is found, a new one will be created instead.
.PP .PP
The arguments are the same as with The arguments are the same as with
.BR "bridge fdb add" , .BR "bridge fdb add" .
.SS bridge fdb show - list forwarding entries. .SS bridge fdb show - list forwarding entries.
...@@ -548,7 +548,7 @@ This command displays the current VLAN filter table. ...@@ -548,7 +548,7 @@ This command displays the current VLAN filter table.
The The
.B bridge .B bridge
utility can monitor the state of devices and addresses utility can monitor the state of devices and addresses
continuously. This option has a slightly different format. continuously. This option has a slightly different format.
Namely, the Namely, the
.B monitor .B monitor
...@@ -560,7 +560,7 @@ command is the first in the command line and then the object list follows: ...@@ -560,7 +560,7 @@ command is the first in the command line and then the object list follows:
.I OBJECT-LIST .I OBJECT-LIST
is the list of object types that we want to monitor. is the list of object types that we want to monitor.
It may contain It may contain
.BR link ", " fdb ", and " mdb "." .BR link ", " fdb ", and " mdb "."
If no If no
.B file .B file
argument is given, argument is given,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment