[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221024163946.7170-1-xose.vazquez@gmail.com>
Date: Mon, 24 Oct 2022 18:39:46 +0200
From: Xose Vazquez Perez <xose.vazquez@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Xose Vazquez Perez <xose.vazquez@...il.com>,
Michal Kubecek <mkubecek@...e.cz>,
NETDEV ML <netdev@...r.kernel.org>
Subject: [PATCH] ethtool: fix man page errors
troff: <standard input>:82: warning: macro '.' not defined
troff: <standard input>:252: warning: macro 'RN' not defined
troff: <standard input>:698: warning: macro 'E' not defined
Cc: Michal Kubecek <mkubecek@...e.cz>
Cc: NETDEV ML <netdev@...r.kernel.org>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@...il.com>
---
Tested with:
man --warnings -E UTF-8 -l -Tutf8 -Z ethtool.8 > /dev/null
groff -z -wall -b -e -t ethtool.8
---
ethtool.8.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ethtool.8.in b/ethtool.8.in
index dee39dd..c4477f0 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -79,7 +79,7 @@
.\" \(*NC - Network Classifier type values
.\"
.ds NC \fBether\fP|\fBip4\fP|\fBtcp4\fP|\fBudp4\fP|\fBsctp4\fP|\fBah4\fP|\fBesp4\fP|\fBip6\fP|\fBtcp6\fP|\fBudp6\fP|\fBah6\fP|\fBesp6\fP|\fBsctp6\fP
-..
+.
.\"
.\" Start URL.
.de UR
@@ -249,7 +249,7 @@ ethtool \- query or control network driver and hardware settings
.RB [\fBeth\-phy\fP]
.RB [\fBeth\-mac\fP]
.RB [\fBeth\-ctrl\fP]
-.RN [\fBrmon\fP]
+.RB [\fBrmon\fP]
.RB ]
.HP
.B ethtool \-\-phy\-statistics
@@ -695,7 +695,7 @@ naming of NIC- and driver-specific statistics across vendors.
.RS 4
.TP
.B \fB\-\-all\-groups
-.E
+.RE
.TP
.B \fB\-\-groups [\fBeth\-phy\fP] [\fBeth\-mac\fP] [\fBeth\-ctrl\fP] [\fBrmon\fP]
Request groups of standard device statistics.
--
2.38.1
Powered by blists - more mailing lists