summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_statistic.man
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-12 04:53:18 +0100
committerPatrick McHardy <kaber@trash.net>2009-01-12 04:53:18 +0100
commitfea74bf74ff524431ce65145f1523584edf99dc9 (patch)
treee0ddfbeca93e159dcb0cc7c77df34206fbea26f9 /extensions/libxt_statistic.man
parent0c2b5a4aff8ee61529aca8541f7fdae18500470f (diff)
doc: escape minus sign in manpages
groff formats '-' as a hyphen, and '\-' is needed for a minus. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libxt_statistic.man')
-rw-r--r--extensions/libxt_statistic.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/extensions/libxt_statistic.man b/extensions/libxt_statistic.man
index 7e172560..8fc3b293 100644
--- a/extensions/libxt_statistic.man
+++ b/extensions/libxt_statistic.man
@@ -1,30 +1,30 @@
This module matches packets based on some statistic condition.
It supports two distinct modes settable with the
-.B --mode
+\fB\-\-mode\fP
option.
.PP
Supported options:
.TP
-.BI "--mode " "mode"
+\fB\-\-mode\fP \fImode\fP
Set the matching mode of the matching rule, supported modes are
.B random
and
.B nth.
.TP
-.BI "--probability " "p"
+\fB\-\-probability\fP \fIp\fP
Set the probability from 0 to 1 for a packet to be randomly
matched. It works only with the
.B random
mode.
.TP
-.BI "--every " "n"
+\fB\-\-every\fP \fIn\fP
Match one packet every nth packet. It works only with the
.B nth
mode (see also the
-.B --packet
+\fB\-\-packet\fP
option).
.TP
-.BI "--packet " "p"
-Set the initial counter value (0 <= p <= n-1, default 0) for the
+\fB\-\-packet\fP \fIp\fP
+Set the initial counter value (0 <= p <= n\-1, default 0) for the
.B nth
mode.