bridge.8: minor formatting cleanup
- Replace commas at end of subsection with dots. - Replace double whitespace by single one. Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
parent
ea6cbab792
commit
fc31817d1f
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue