]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc: man: add 'delete' command.
authorLi Wei <lw@cn.fujitsu.com>
Wed, 11 Jul 2012 08:31:21 +0000 (16:31 +0800)
committerStephen Hemminger <shemminger@vyatta.com>
Wed, 11 Jul 2012 14:52:29 +0000 (07:52 -0700)
Add the missing 'delete' command for qdisc, class and filter, and
correct 'remove' to 'delete'.

man/man8/tc.8

index 958ab98268919673c562fa1183a03f863ff14b7a..346c5455219bd1f30bab2ea841705fd090d64011 100644 (file)
@@ -2,7 +2,7 @@
 .SH NAME
 tc \- show / manipulate traffic control settings
 .SH SYNOPSIS
-.B tc qdisc [ add | change | replace | link ] dev
+.B tc qdisc [ add | change | replace | link | delete ] dev
 DEV
 .B
 [ parent
@@ -13,7 +13,7 @@ qdisc-id ] qdisc
 [ qdisc specific parameters ]
 .P
 
-.B tc class [ add | change | replace ] dev
+.B tc class [ add | change | replace | delete ] dev
 DEV
 .B parent
 qdisc-id
@@ -22,7 +22,7 @@ class-id ] qdisc
 [ qdisc specific parameters ]
 .P
 
-.B tc filter [ add | change | replace ] dev
+.B tc filter [ add | change | replace | delete ] dev
 DEV
 .B  [ parent
 qdisc-id
@@ -316,8 +316,8 @@ parameter. A class is named with the
 parameter.
 
 .TP
-remove
-A qdisc can be removed by specifying its handle, which may also be 'root'. All subclasses and their leaf qdiscs
+delete
+A qdisc can be deleted by specifying its handle, which may also be 'root'. All subclasses and their leaf qdiscs
 are automatically deleted, as well as any filters attached to them.
 
 .TP