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
| ||
|
Message-Id: <20220418203128.747915-1-luca.boccassi@gmail.com> Date: Mon, 18 Apr 2022 22:31:27 +0200 From: luca.boccassi@...il.com To: netdev@...r.kernel.org Subject: [PATCH iproute2 1/2] man: 'allow to' -> 'allow one to' From: Luca Boccassi <bluca@...ian.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@...ian.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
Powered by blists - more mailing lists