* [PATCH iproute2 1/2] man: 'allow to' -> 'allow one to'
@ 2022-04-18 20:31 luca.boccassi
2022-04-18 20:31 ` [PATCH iproute2 2/2] man: use quote instead of acute accent luca.boccassi
0 siblings, 1 reply; 2+ messages in thread
From: luca.boccassi @ 2022-04-18 20:31 UTC (permalink / raw)
To: netdev
From: Luca Boccassi <bluca@debian.org>
Lintian warnings:
I: iproute2: typo-in-manual-page usr/share/man/man8/tc-ctinfo.8.gz line 61 "allow to" "allow one to"
I: iproute2: typo-in-manual-page usr/share/man/man8/tc-netem.8.gz line 70 "allow to" "allow one to"
I: iproute2: typo-in-manual-page usr/share/man/man8/tc-netem.8.gz line 90 "allow to" "allow one to"
I: iproute2: typo-in-manual-page usr/share/man/man8/tc-pedit.8.gz line 307 "allow to" "allow one to"
I: iproute2: typo-in-manual-page usr/share/man/man8/tc-skbmod.8.gz line 66 "allow to" "allow one to"
I: iproute2: typo-in-manual-page usr/share/man/man8/tc-vlan.8.gz line 48 "allow to" "allow one to"
I: iproute2: typo-in-manual-page usr/share/man/man8/tc.8.gz line 346 "allow to" "allow one to"
Signed-off-by: Luca Boccassi <bluca@debian.org>
---
Lintian nags me, so it's only fair that I then nag you
man/man8/tc-ctinfo.8 | 2 +-
man/man8/tc-netem.8 | 4 ++--
man/man8/tc-pedit.8 | 2 +-
man/man8/tc-skbmod.8 | 2 +-
man/man8/tc-vlan.8 | 2 +-
man/man8/tc.8 | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/man/man8/tc-ctinfo.8 b/man/man8/tc-ctinfo.8
index 5b761a8f..efa2eeca 100644
--- a/man/man8/tc-ctinfo.8
+++ b/man/man8/tc-ctinfo.8
@@ -58,7 +58,7 @@ Specify the conntrack zone when doing conntrack lookups for packets.
zone is a 16bit unsigned decimal value.
Default is 0.
.IP CONTROL
-The following keywords allow to control how the tree of qdisc, classes,
+The following keywords allow one to control how the tree of qdisc, classes,
filters and actions is further traversed after this action.
.RS
.TP
diff --git a/man/man8/tc-netem.8 b/man/man8/tc-netem.8
index 63ccc2a3..21775854 100644
--- a/man/man8/tc-netem.8
+++ b/man/man8/tc-netem.8
@@ -67,7 +67,7 @@ NetEm \- Network Emulator
.SH DESCRIPTION
NetEm is an enhancement of the Linux traffic control facilities
-that allow to add delay, packet loss, duplication and more other
+that allow one to add delay, packet loss, duplication and more other
characteristics to packets outgoing from a selected network
interface. NetEm is built using the existing Quality Of Service (QOS)
and Differentiated Services (diffserv) facilities in the Linux
@@ -87,7 +87,7 @@ Delay and jitter values are expressed in ms while correlation is percentage.
.SS distribution
allow the user to choose the delay distribution. If not specified, the default
-distribution is Normal. Additional parameters allow to consider situations in
+distribution is Normal. Additional parameters allow one to consider situations in
which network has variable delays depending on traffic flows concurring on the
same path, that causes several delay peaks and a tail.
diff --git a/man/man8/tc-pedit.8 b/man/man8/tc-pedit.8
index b9d5a44b..2ea42929 100644
--- a/man/man8/tc-pedit.8
+++ b/man/man8/tc-pedit.8
@@ -304,7 +304,7 @@ allows one to exclude bits from being changed. Supported only for 32 bits fields
or smaller.
.TP
.I CONTROL
-The following keywords allow to control how the tree of qdisc, classes,
+The following keywords allow one to control how the tree of qdisc, classes,
filters and actions is further traversed after this action.
.RS
.TP
diff --git a/man/man8/tc-skbmod.8 b/man/man8/tc-skbmod.8
index 52eaf989..646a7e63 100644
--- a/man/man8/tc-skbmod.8
+++ b/man/man8/tc-skbmod.8
@@ -63,7 +63,7 @@ Used to mark ECN Capable Transport (ECT) IP packets as Congestion Encountered (C
Does not affect Non ECN-Capable Transport (Non-ECT) packets.
.TP
.I CONTROL
-The following keywords allow to control how the tree of qdisc, classes,
+The following keywords allow one to control how the tree of qdisc, classes,
filters and actions is further traversed after this action.
.RS
.TP
diff --git a/man/man8/tc-vlan.8 b/man/man8/tc-vlan.8
index eee663fa..e199c9ae 100644
--- a/man/man8/tc-vlan.8
+++ b/man/man8/tc-vlan.8
@@ -45,7 +45,7 @@ outer-most VLAN encapsulation. The
.IR PUSH " and " MODIFY
modes require at least a
.I VLANID
-and allow to optionally choose the
+and allow one to optionally choose the
.I VLANPROTO
to use.
diff --git a/man/man8/tc.8 b/man/man8/tc.8
index 4338572a..d9d80964 100644
--- a/man/man8/tc.8
+++ b/man/man8/tc.8
@@ -343,7 +343,7 @@ band is not stopped prior to dequeuing a packet.
.TP
netem
Network Emulator is an enhancement of the Linux traffic control facilities that
-allow to add delay, packet loss, duplication and more other characteristics to
+allow one to add delay, packet loss, duplication and more other characteristics to
packets outgoing from a selected network interface.
.TP
pfifo_fast
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH iproute2 2/2] man: use quote instead of acute accent
2022-04-18 20:31 [PATCH iproute2 1/2] man: 'allow to' -> 'allow one to' luca.boccassi
@ 2022-04-18 20:31 ` luca.boccassi
0 siblings, 0 replies; 2+ messages in thread
From: luca.boccassi @ 2022-04-18 20:31 UTC (permalink / raw)
To: netdev
From: Luca Boccassi <bluca@debian.org>
Lintian complains:
I: iproute2: acute-accent-in-manual-page usr/share/man/man8/tc-bpf.8.gz:220
"This manual page uses the \' groff sequence. Usually, the intent to
generate an apostrophe, but that sequence actually renders as an acute
accent.
For an apostrophe or a single closing quote, use plain '. For single
opening quote, i.e. a straight downward line ' like the one used in
shell commands, use '\(aq'."
Before:
´s,c t f k,c t f k,c t f k,...´
After:
's,c t f k,c t f k,c t f k,...'
Signed-off-by: Luca Boccassi <bluca@debian.org>
---
Maybe this was the original intention, maybe not, but Lintian nags me, so let's fix it
man/man8/tc-bpf.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/tc-bpf.8 b/man/man8/tc-bpf.8
index e4f68aaa..01230ce6 100644
--- a/man/man8/tc-bpf.8
+++ b/man/man8/tc-bpf.8
@@ -217,7 +217,7 @@ identifiers which would need to reparse packet contents.
.SS bytecode
is being used for loading cBPF classifier and actions only. The cBPF bytecode
is directly passed as a text string in the form of
-.B \'s,c t f k,c t f k,c t f k,...\'
+.B \(aqs,c t f k,c t f k,c t f k,...'
, where
.B s
denotes the number of subsequent 4-tuples. One such 4-tuple consists of
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-18 20:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-18 20:31 [PATCH iproute2 1/2] man: 'allow to' -> 'allow one to' luca.boccassi
2022-04-18 20:31 ` [PATCH iproute2 2/2] man: use quote instead of acute accent luca.boccassi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).