aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-06-15 02:06:59 +0100
committerStephen Hemminger <stephen@networkplumber.org>2023-06-25 11:45:24 -0700
commitc441f68ba9bc70c1afc3135472910edd5b5813ed (patch)
tree6d0b4208a1df7612937ec8de66bfbaa0ac0a4712
parentb3f0748348090b497a3d55f8ef6d4e36c2aeeceb (diff)
downloadiproute2-c441f68ba9bc70c1afc3135472910edd5b5813ed.tar.gz
man: fix typos found by Lintian
Signed-off-by: Luca Boccassi <bluca@debian.org> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--man/man8/dcb-apptrust.82
-rw-r--r--man/man8/tc-netem.82
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/dcb-apptrust.8 b/man/man8/dcb-apptrust.8
index c99484033..d43e97bae 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 51cf081e1..bc7947daf 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