From f919153057cf3dc41530b2f92d59ac6d8f3ea0bd Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 13 Jul 2003 18:53:50 +0000 Subject: update -X comments --- userspace/ebtables2/ebtables.8 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/userspace/ebtables2/ebtables.8 b/userspace/ebtables2/ebtables.8 index 998449d..fee124b 100644 --- a/userspace/ebtables2/ebtables.8 +++ b/userspace/ebtables2/ebtables.8 @@ -36,7 +36,9 @@ ebtables (v.2.0) \- Ethernet bridge frame table administration .br .BR "ebtables " [ "-t table" ] " -L " [ -Z "] [" " chain" "] [ [ [" --Ln "] [" --Lc "] ] | [" --Lx "] ] [" --Lmac2 "]" .br -.BR "ebtables " [ "-t table" ] " -" [ NX ] " chain" +.BR "ebtables " [ "-t table" ] " -N chain" +.br +.BR "ebtables " [ "-t table" ] " -X " [ chain ] .br .BR "ebtables " [ "-t table" ] " -E old-chain-name new-chain-name" .br @@ -268,9 +270,10 @@ length of 31 characters. .TP .B "-X, --delete-chain" Delete the specified user-defined chain. There must be no remaining references -to the to be deleted chain. Otherwise, +to the specified chain, otherwise .B ebtables -will complain if there are. +will refuse to delete it. If no chain is specified, all user-defined +chains that aren't referenced will be removed. .TP .B "-E, --rename-chain" Rename the specified chain to a new name. Besides renaming a user-defined -- cgit v1.2.3