netem: fix a typo in explain()
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
This commit is contained in:
parent
2aa3dd29a7
commit
d060de7f8d
|
|
@ -38,7 +38,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" \
|
||||
" [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n");
|
||||
" [ reorder PERCENT [CORRELATION] [ gap DISTANCE ]]\n");
|
||||
}
|
||||
|
||||
static void explain1(const char *arg)
|
||||
|
|
|
|||
Loading…
Reference in New Issue