Message ID | 20220930194411.73209-1-stephen@networkplumber.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 86c9664092a4d237837237e8192d1d13fc2dd473 |
Delegated to: | David Ahern |
Headers | show |
Series | [iproute2] devlink: fix man page for linecard | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Hello: This patch was applied to iproute2/iproute2.git (main) by Stephen Hemminger <stephen@networkplumber.org>: On Fri, 30 Sep 2022 12:44:11 -0700 you wrote: > 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 > > [...] Here is the summary with links: - [iproute2] devlink: fix man page for linecard https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=86c9664092a4 You are awesome, thank you!
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
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@networkplumber.org> --- man/man8/devlink-lc.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)