From c7d6cbaf8593a4b3cf674fa14b15e7c67788b675 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 2 Jan 2018 18:42:16 +0100 Subject: [PATCH] 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 Acked-by: Jiri Pirko Signed-off-by: Stephen Hemminger --- 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 ffb5553e3..1882833a3 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 9ddf0ffbd..ff6bb9a20 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 e9475a93b..2bf2e3e97 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.47.2