* [PATCH iproute2] man: fix small formatting errors
@ 2018-01-02 17:42 Luca Boccassi
2018-01-02 19:10 ` Jiri Pirko
2018-01-02 19:30 ` Stephen Hemminger
0 siblings, 2 replies; 3+ messages in thread
From: Luca Boccassi @ 2018-01-02 17:42 UTC (permalink / raw)
To: netdev
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>
---
man/man8/devlink-sb.8 | 2 +-
man/man8/ip-link.8.in | 2 +-
man/man8/tc-u32.8 | 6 ++----
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/man/man8/devlink-sb.8 b/man/man8/devlink-sb.8
index ffb5553e..1882833a 100644
--- a/man/man8/devlink-sb.8
+++ b/man/man8/devlink-sb.8
@@ -227,7 +227,7 @@ This command is used to browse shared buffer occupancy values. Values are showed
current_value/max_value
.in -16
Note that before showing values, one has to issue
-.b occupancy snapshot
+.B occupancy snapshot
command first.
.PP
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index 9ddf0ffb..ff6bb9a2 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -1275,7 +1275,7 @@ or disable
arptables hooks on the bridge.
-.in-8
+.in -8
.TP
MACsec Type Support
diff --git a/man/man8/tc-u32.8 b/man/man8/tc-u32.8
index e9475a93..2bf2e3e9 100644
--- a/man/man8/tc-u32.8
+++ b/man/man8/tc-u32.8
@@ -29,10 +29,8 @@ u32 \- universal 32bit traffic control filter
.IR HANDLE " ] [ "
.B indev
.IR ifname " ] [ "
-.B skip_hw
-.R "|"
-.B skip_sw
-.R " ] [ "
+.BR skip_hw " | "
+.BR skip_sw " ] [ "
.BR help " ]"
.ti -8
--
2.14.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-02 19:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-02 17:42 [PATCH iproute2] man: fix small formatting errors Luca Boccassi
2018-01-02 19:10 ` Jiri Pirko
2018-01-02 19:30 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).