aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Egli <simon@egli.online>2024-01-22 16:39:32 +0100
committerStephen Hemminger <stephen@networkplumber.org>2024-01-22 10:00:22 -0800
commitec34e06f6276b8cf678ae09f9389f9922b480f70 (patch)
tree012827b0fc71c30f67f86e82c74bec31bfd1b7f9
parent3062aaf77027c69d1ab34c3483522f195c8856ad (diff)
downloadiproute2-ec34e06f6276b8cf678ae09f9389f9922b480f70.tar.gz
man: correct double word in htb
There was a word too much in the documentation of tc-htb Signed-off-by: Simon Egli <simon@egli.online> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--man/man8/tc-htb.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/tc-htb.8 b/man/man8/tc-htb.8
index 7aa626154..59b159fb5 100644
--- a/man/man8/tc-htb.8
+++ b/man/man8/tc-htb.8
@@ -36,7 +36,7 @@ bytes
.SH DESCRIPTION
HTB allows control of the outbound bandwidth on a given link.
-It allows simulating simulating several slower links and to send different
+It allows simulating several slower links and to send different
kinds of traffic on different simulated links. In both cases, you have
to specify how to divide the physical link into simulated links and
how to decide which simulated link to use for a given packet to be sent.