From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: [PATCH iproute2] man: fix small formatting errors Date: Tue, 2 Jan 2018 18:42:16 +0100 Message-ID: <20180102174216.21031-1-bluca@debian.org> To: netdev@vger.kernel.org Return-path: Received: from mail-wm0-f50.google.com ([74.125.82.50]:37284 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751176AbeABRm2 (ORCPT ); Tue, 2 Jan 2018 12:42:28 -0500 Received: by mail-wm0-f50.google.com with SMTP id f140so61988581wmd.2 for ; Tue, 02 Jan 2018 09:42:28 -0800 (PST) Received: from localhost ([80.120.231.178]) by smtp.gmail.com with ESMTPSA id s11sm17356153wrb.30.2018.01.02.09.42.26 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 02 Jan 2018 09:42:26 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: 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 --- 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