From: Stephen Hemminger Date: Sun, 11 Aug 2024 16:53:29 +0000 (-0700) Subject: man/tc-codel: cleanup man page X-Git-Tag: v6.11.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e4c3ffb82278c7abeac7c4896db703ce57d958e;p=thirdparty%2Fiproute2.git man/tc-codel: cleanup man page Instead of pre-formatted bullet list, use the man macros. Make sure same sentence format is used in all options. Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/tc-codel.8 b/man/man8/tc-codel.8 index e538e940..7bf08667 100644 --- a/man/man8/tc-codel.8 +++ b/man/man8/tc-codel.8 @@ -22,12 +22,17 @@ CoDel (pronounced "coddle") is an adaptive "no-knobs" active queue management algorithm (AQM) scheme that was developed to address the shortcomings of RED and its variants. It was developed with the following goals in mind: - o It should be parameterless. - o It should keep delays low while permitting bursts of traffic. - o It should control delay. - o It should adapt dynamically to changing link rates with no impact on +.IP * 4 +It should be parameterless. +.IP * +It should keep delays low while permitting bursts of traffic. +.IP * +It should control delay. +.IP * +It should adapt dynamically to changing link rates with no impact on utilization. - o It should be simple and efficient and should scale from simple to +.IP * +It should be simple and efficient and should scale from simple to complex routers. .SH ALGORITHM @@ -57,7 +62,7 @@ Additional details can be found in the paper cited below. .SH PARAMETERS .SS limit -hard limit on the real queue size. When this limit is reached, incoming packets +is the hard limit on the real queue size. When this limit is reached, incoming packets are dropped. If the value is lowered, packets are dropped so that the new limit is met. Default is 1000 packets. @@ -113,7 +118,7 @@ interval 30.0ms ecn .BR tc-red (8) .SH SOURCES -o Kathleen Nichols and Van Jacobson, "Controlling Queue Delay", ACM Queue, +Kathleen Nichols and Van Jacobson, "Controlling Queue Delay", ACM Queue, http://queue.acm.org/detail.cfm?id=2209336 .SH AUTHORS