lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ