[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200406164954.15974-1-stephen@networkplumber.org>
Date: Mon, 6 Apr 2020 09:49:54 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>, jiri@...lanox.com
Subject: [PATCH iproute2] tc: fix man page formatting
Running make check after iproute2-next merge flags a new
man page error.
Checking manpages for syntax errors...
an-old.tmac: <standard input>: line 86: 'R' is a string (producing the registered sign), not a macro.
Error in tc-actions.8
Fixes: 341903dd3bd6 ("tc: m_action: introduce support for hw stats type")
Cc: jiri@...lanox.com
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
---
man/man8/tc-actions.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/tc-actions.8 b/man/man8/tc-actions.8
index 21795193b81e..53e4408d0954 100644
--- a/man/man8/tc-actions.8
+++ b/man/man8/tc-actions.8
@@ -83,7 +83,7 @@ ACTNAME
:=
.BR hw_stats " {"
.IR immediate " | " delayed " | " disabled
-.R }
+}
.I ACTDETAIL
:=
--
2.20.1
Powered by blists - more mailing lists