summaryrefslogtreecommitdiffstats
path: root/iptables.8.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-09-14 20:06:31 +0200
committerPatrick McHardy <kaber@trash.net>2009-09-14 20:06:31 +0200
commit2463f7dcee97efe7dfc4b2e1f6a3c552f23a8d8c (patch)
treed93cb525c939fda3c4caea870ea2bea5339ba055 /iptables.8.in
parentf93a0cea9ddb988f28c4996c7b96ef65f05f1d30 (diff)
parentfe086ba83d17dfe5dec57da413fac4bc8110f0bb (diff)
Merge branch 'zero' of git://dev.medozas.de/iptables
Diffstat (limited to 'iptables.8.in')
-rw-r--r--iptables.8.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/iptables.8.in b/iptables.8.in
index 6125e659..928f46a9 100644
--- a/iptables.8.in
+++ b/iptables.8.in
@@ -35,7 +35,7 @@ iptables \(em administration tool for IPv4 packet filtering and NAT
.PP
\fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-S\fP [\fIchain\fP [\fIrulenum\fP]]
.PP
-\fBiptables\fP [\fB\-t\fP \fItable\fP] {\fB\-F\fP|\fB\-L\fP|\fB\-Z\fP} [\fIchain\fP] [\fIoptions...\fP]
+\fBiptables\fP [\fB\-t\fP \fItable\fP] {\fB\-F\fP|\fB\-L\fP|\fB\-Z\fP} [\fIchain\fP [\fIrulenum\fP]] [\fIoptions...\fP]
.PP
\fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-N\fP \fIchain\fP
.PP
@@ -189,8 +189,9 @@ it applies to the specified table (filter is the default).
Flush the selected chain (all the chains in the table if none is given).
This is equivalent to deleting all the rules one by one.
.TP
-\fB\-Z\fP, \fB\-\-zero\fP [\fIchain\fP]
-Zero the packet and byte counters in all chains. It is legal to
+\fB\-Z\fP, \fB\-\-zero\fP [\fIchain\fP [\fIrulenum\fP]]
+Zero the packet and byte counters in all chains, or only the given chain,
+or only the given rule in a chain. It is legal to
specify the
\fB\-L\fP, \fB\-\-list\fP
(list) option as well, to see the counters immediately before they are