From: Li Wei Date: Mon, 18 Jun 2012 06:23:05 +0000 (+0800) Subject: tc: man: Fix incorrect parameter format in prio. X-Git-Tag: v3.5.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c8a9089ba3894d793f68bb6ef0cb920d7575f7d;p=thirdparty%2Fiproute2.git tc: man: Fix incorrect parameter format in prio. Parameter priomap use blank instead of comma to separate bands, update manpage to confirms to this. --- diff --git a/man/man8/tc-prio.8 b/man/man8/tc-prio.8 index 1625fcccd..8c8cb54e8 100644 --- a/man/man8/tc-prio.8 +++ b/man/man8/tc-prio.8 @@ -11,7 +11,7 @@ major: .B ] prio [ bands bands .B ] [ priomap -band,band,band... +band band band... .B ] [ estimator interval timeconstant .B ] @@ -134,7 +134,7 @@ showing to which Priority they are mapped. The last column shows the result of the default priomap. On the command line, the default priomap looks like this: - 1, 2, 2, 2, 1, 2, 0, 0 , 1, 1, 1, 1, 1, 1, 1, 1 + 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 This means that priority 4, for example, gets mapped to band number 1. The priomap also allows you to list higher priorities (> 7) which do not