summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-07-13 18:53:50 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-07-13 18:53:50 +0000
commitf919153057cf3dc41530b2f92d59ac6d8f3ea0bd (patch)
treebf49af2aae84af6811c654c08654c9fb43d01998
parentf2bbbc347dd4bee36ec361318abbe2afe9b91d9b (diff)
update -X comments
-rw-r--r--userspace/ebtables2/ebtables.89
1 files 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