[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1655458092-26996-1-git-send-email-inoguchi.yuki@fujitsu.com>
Date: Fri, 17 Jun 2022 18:28:12 +0900
From: Yuki Inoguchi <inoguchi.yuki@...itsu.com>
To: netdev@...r.kernel.org
Cc: Yuki Inoguchi <inoguchi.yuki@...itsu.com>
Subject: [PATCH iproute2] man: tc-fq_codel: Fix a typo.
In tc-fq_codel man page, "length .B interval" should be "length interval."
Signed-off-by: Yuki Inoguchi <inoguchi.yuki@...itsu.com>
---
man/man8/tc-fq_codel.8 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/man/man8/tc-fq_codel.8 b/man/man8/tc-fq_codel.8
index 84340fe..43f6508 100644
--- a/man/man8/tc-fq_codel.8
+++ b/man/man8/tc-fq_codel.8
@@ -66,7 +66,8 @@ the local minimum queue delay that packets experience. Default value is 5ms.
has the same semantics as
.B codel
and is used to ensure that the measured minimum delay does not become too stale.
-The minimum delay must be experienced in the last epoch of length .B interval.
+The minimum delay must be experienced in the last epoch of length
+.BR interval .
It should be set on the order of the worst-case RTT through the bottleneck to
give endpoints sufficient time to react. Default value is 100ms.
--
1.8.3.1
Powered by blists - more mailing lists