diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-01-12 04:53:18 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2009-01-12 04:53:18 +0100 |
commit | fea74bf74ff524431ce65145f1523584edf99dc9 (patch) | |
tree | e0ddfbeca93e159dcb0cc7c77df34206fbea26f9 /extensions/libxt_RATEEST.man | |
parent | 0c2b5a4aff8ee61529aca8541f7fdae18500470f (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_RATEEST.man')
-rw-r--r-- | extensions/libxt_RATEEST.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/libxt_RATEEST.man b/extensions/libxt_RATEEST.man index 58268cfb..37de7599 100644 --- a/extensions/libxt_RATEEST.man +++ b/extensions/libxt_RATEEST.man @@ -1,12 +1,12 @@ The RATEEST target collects statistics, performs rate estimation calculation and saves the results for later evaluation using the \fBrateest\fP match. .TP -\fB--rateest-name\fP \fIname\fP +\fB\-\-rateest\-name\fP \fIname\fP Count matched packets into the pool referred to by \fIname\fP, which is freely choosable. .TP -\fB--rateest-interval\fP \fIamount\fP{\fBs\fP|\fBms\fP|\fBus\fP} +\fB\-\-rateest\-interval\fP \fIamount\fP{\fBs\fP|\fBms\fP|\fBus\fP} Rate measurement interval, in seconds, milliseconds or microseconds. .TP -\fB--rateest-ewmalog\fP \fIvalue\fP +\fB\-\-rateest\-ewmalog\fP \fIvalue\fP Rate measurement averaging time constant. |