From: François Michel Date: Wed, 30 Aug 2023 15:05:21 +0000 (+0200) Subject: tc: fix typo in netem's usage string X-Git-Tag: v6.6.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865dd3ab1580092221c73317a844ee65f032c9e8;p=thirdparty%2Fiproute2.git tc: fix typo in netem's usage string Fixes a misplaced newline in netem's usage string. Signed-off-by: François Michel Reviewed-by: Petr Machata Signed-off-by: David Ahern --- diff --git a/tc/q_netem.c b/tc/q_netem.c index febddd495..3be647ffe 100644 --- a/tc/q_netem.c +++ b/tc/q_netem.c @@ -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"