From 865dd3ab1580092221c73317a844ee65f032c9e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Michel?= Date: Wed, 30 Aug 2023 17:05:21 +0200 Subject: [PATCH] tc: fix typo in netem's usage string MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes a misplaced newline in netem's usage string. Signed-off-by: François Michel Reviewed-by: Petr Machata Signed-off-by: David Ahern --- tc/q_netem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2