tc: man: Fix incorrect parameter format in prio.

Parameter priomap use blank instead of comma to separate bands,
update manpage to confirms to this.
This commit is contained in:
Li Wei 2012-06-18 14:23:05 +08:00 committed by Stephen Hemminger
parent 05f1801c79
commit 8c8a9089ba
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ major:
.B ] prio [ bands .B ] prio [ bands
bands bands
.B ] [ priomap .B ] [ priomap
band,band,band... band band band...
.B ] [ estimator .B ] [ estimator
interval timeconstant interval timeconstant
.B ] .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 last column shows the result of the default priomap. On the command line,
the default priomap looks like this: 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. 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 The priomap also allows you to list higher priorities (> 7) which do not