diff mbox series

[iproute2] man: fix typos found by Lintian

Message ID 20230615010659.1435955-1-luca.boccassi@gmail.com (mailing list archive)
State Accepted
Commit c441f68ba9bc70c1afc3135472910edd5b5813ed
Delegated to: Stephen Hemminger
Headers show
Series [iproute2] man: fix typos found by Lintian | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Luca Boccassi June 15, 2023, 1:06 a.m. UTC
From: Luca Boccassi <bluca@debian.org>

Signed-off-by: Luca Boccassi <bluca@debian.org>
---
 man/man8/dcb-apptrust.8 | 2 +-
 man/man8/tc-netem.8     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 25, 2023, 6:50 p.m. UTC | #1
Hello:

This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:

On Thu, 15 Jun 2023 02:06:59 +0100 you wrote:
> From: Luca Boccassi <bluca@debian.org>
> 
> Signed-off-by: Luca Boccassi <bluca@debian.org>
> ---
>  man/man8/dcb-apptrust.8 | 2 +-
>  man/man8/tc-netem.8     | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - [iproute2] man: fix typos found by Lintian
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=c441f68ba9bc

You are awesome, thank you!
diff mbox series

Patch

diff --git a/man/man8/dcb-apptrust.8 b/man/man8/dcb-apptrust.8
index c9948403..d43e97ba 100644
--- a/man/man8/dcb-apptrust.8
+++ b/man/man8/dcb-apptrust.8
@@ -40,7 +40,7 @@  for details on how to configure app table entries.
 
 Selector trust can be used by the
 software stack, or drivers (most likely the latter), when querying the APP
-table, to determine if an APP entry should take effect, or not. Additionaly, the
+table, to determine if an APP entry should take effect, or not. Additionally, the
 order of the trusted selectors will dictate which selector should take
 precedence, in the case of multiple different APP table selectors being present.
 
diff --git a/man/man8/tc-netem.8 b/man/man8/tc-netem.8
index 51cf081e..bc7947da 100644
--- a/man/man8/tc-netem.8
+++ b/man/man8/tc-netem.8
@@ -366,7 +366,7 @@  It is possible to selectively apply impairment using traffic classification.
    match ip dst 65.172.181.4/32 flowid 1:3
 .EE
 .RS 4
-This eample uses a priority queueing discipline;
+This example uses a priority queueing discipline;
 a TBF is added to do rate control; and a simple netem delay.
 A filter classifies all packets going to 65.172.181.4 as being priority 3.
 .PP