mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 14:05:22 +08:00
tc: fix typo in netem's usage string
Fixes a misplaced newline in netem's usage string. Signed-off-by: François Michel <francois.michel@uclouvain.be> Reviewed-by: Petr Machata <petrm@nvidia.com> Signed-off-by: David Ahern <dsahern@kernel.org>
This commit is contained in:
parent
a79e2b2e54
commit
865dd3ab15
@ -31,7 +31,7 @@ static void explain(void)
|
||||
" [ loss random PERCENT [CORRELATION]]\n"
|
||||
" [ loss state P13 [P31 [P32 [P23 P14]]]\n"
|
||||
" [ loss gemodel PERCENT [R [1-H [1-K]]]\n"
|
||||
" [ seed SEED \n]"
|
||||
" [ seed SEED ]\n"
|
||||
" [ ecn ]\n"
|
||||
" [ reorder PERCENT [CORRELATION] [ gap DISTANCE ]]\n"
|
||||
" [ rate RATE [PACKETOVERHEAD] [CELLSIZE] [CELLOVERHEAD]]\n"
|
||||
|
Loading…
Reference in New Issue
Block a user