]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: fix typos found by Lintian
authorLuca Boccassi <bluca@debian.org>
Thu, 15 Jun 2023 01:06:59 +0000 (02:06 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 25 Jun 2023 18:45:24 +0000 (11:45 -0700)
Signed-off-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/dcb-apptrust.8
man/man8/tc-netem.8

index c99484033405769efeed0e1d654db588b6557474..d43e97bae1d3e236752784116cb8d4c9838d2266 100644 (file)
@@ -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.
 
index 51cf081e1d9b2c9663a9909c691f788a8d58efe3..bc7947daf36cb844f3255e306b32321ea28017aa 100644 (file)
@@ -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