man: fix small formatting errors
Lintian detected the following formatting errors: man/man8/devlink-sb.8.gz 230: warning: macro `b' not defined man/man8/ip-link.8.gz 1243: warning: macro `in-8' not defined (possibly missing space after `in') man/man8/tc-u32.8.gz `R' is a string (producing the registered sign), not a macro. Signed-off-by: Luca Boccassi <bluca@debian.org> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
36c1d2383a
commit
c7d6cbaf85
|
|
@ -227,7 +227,7 @@ This command is used to browse shared buffer occupancy values. Values are showed
|
||||||
current_value/max_value
|
current_value/max_value
|
||||||
.in -16
|
.in -16
|
||||||
Note that before showing values, one has to issue
|
Note that before showing values, one has to issue
|
||||||
.b occupancy snapshot
|
.B occupancy snapshot
|
||||||
command first.
|
command first.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
|
|
||||||
|
|
@ -1275,7 +1275,7 @@ or disable
|
||||||
arptables hooks on the bridge.
|
arptables hooks on the bridge.
|
||||||
|
|
||||||
|
|
||||||
.in-8
|
.in -8
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
MACsec Type Support
|
MACsec Type Support
|
||||||
|
|
|
||||||
|
|
@ -29,10 +29,8 @@ u32 \- universal 32bit traffic control filter
|
||||||
.IR HANDLE " ] [ "
|
.IR HANDLE " ] [ "
|
||||||
.B indev
|
.B indev
|
||||||
.IR ifname " ] [ "
|
.IR ifname " ] [ "
|
||||||
.B skip_hw
|
.BR skip_hw " | "
|
||||||
.R "|"
|
.BR skip_sw " ] [ "
|
||||||
.B skip_sw
|
|
||||||
.R " ] [ "
|
|
||||||
.BR help " ]"
|
.BR help " ]"
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue