added 'iptables --set-counters' and fixed counter-restore in iptables-restore
diff --git a/iptables.8 b/iptables.8
index 1b437ca..1a7f810 100644
--- a/iptables.8
+++ b/iptables.8
@@ -267,6 +267,14 @@
 not match any rules which specify them.  When the "!" argument
 precedes the "-f" flag, the rule will only match head fragments, or
 unfragmented packets.
+.TP
+.B "-c, --set-counters " "PKTS BYTES"
+This enables the administrater to initialize the packet and byte
+counters of a rule (during
+.B INSERT,
+.B APPEND,
+.B REPLACE
+operations)
 .SS "OTHER OPTIONS"
 The following additional options can be specified:
 .TP