[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220930194411.73209-1-stephen@networkplumber.org>
Date: Fri, 30 Sep 2022 12:44:11 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: netdev@...r.kernel.org
Cc: jiri@...idia.com, Stephen Hemminger <stephen@...workplumber.org>
Subject: [PATCH iproute2] devlink: fix man page for linecard
Doing make check on iproute2 runs several checks including man page
checks for common errors. Recent addition of linecard support to
devlink introduced this error.
Checking manpages for syntax errors...
an-old.tmac: <standard input>: line 31: 'R' is a string (producing the registered sign), not a macro.
Error in devlink-lc.8
Fixes: 4cb0bec3744a ("devlink: add support for linecard show and type set")
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
---
man/man8/devlink-lc.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/devlink-lc.8 b/man/man8/devlink-lc.8
index 1661b9bd6917..b588cbc0020f 100644
--- a/man/man8/devlink-lc.8
+++ b/man/man8/devlink-lc.8
@@ -28,7 +28,7 @@ devlink-lc \- devlink line card configuration
.B "devlink lc show"
.RI "[ " DEV " [ "
.BI lc " LC_INDEX
-.R " ] ]"
+] ]
.ti -8
.B devlink lc help
--
2.35.1
Powered by blists - more mailing lists