lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <4FFD39D9.4040403@cn.fujitsu.com> Date: Wed, 11 Jul 2012 16:31:21 +0800 From: Li Wei <lw@...fujitsu.com> To: Stephen Hemminger <shemminger@...tta.com> CC: netdev <netdev@...r.kernel.org> Subject: [PATCH] tc: man: add 'delete' command. Add the missing 'delete' command for qdisc, class and filter, and correct 'remove' to 'delete'. --- man/man8/tc.8 | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/man8/tc.8 b/man/man8/tc.8 index 958ab98..346c545 100644 --- a/man/man8/tc.8 +++ b/man/man8/tc.8 @@ -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 -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists