summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_limit.man
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_limit.man')
-rw-r--r--extensions/libxt_limit.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_limit.man b/extensions/libxt_limit.man
index 0419c50a..c00e1d94 100644
--- a/extensions/libxt_limit.man
+++ b/extensions/libxt_limit.man
@@ -4,12 +4,12 @@ A rule using this extension will match until this limit is reached
.B LOG
target to give limited logging, for example.
.TP
-[\fB!\fP] \fB--limit\fP \fIrate\fP[\fB/second\fP|\fB/minute\fP|\fB/hour\fP|\fB/day\fP]
+[\fB!\fP] \fB\-\-limit\fP \fIrate\fP[\fB/second\fP|\fB/minute\fP|\fB/hour\fP|\fB/day\fP]
Maximum average matching rate: specified as a number, with an optional
`/second', `/minute', `/hour', or `/day' suffix; the default is
3/hour.
.TP
-.BI "--limit-burst " "number"
+\fB\-\-limit\-burst\fP \fInumber\fP
Maximum initial number of packets to match: this number gets
recharged by one every time the limit specified above is not reached,
up to this number; the default is 5.