summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_limit.man
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-06-08 19:11:51 +0200
committerPatrick McHardy <kaber@trash.net>2008-06-08 19:11:51 +0200
commit9b488b992872d4d2b7ebf7897d74d52f4fb59e1c (patch)
tree53f6cbd44c025aec18b9307cd88bbae43bb921e4 /extensions/libxt_limit.man
parent0ea82bc43e9262cdbb9880ca56bb514db4c77f8e (diff)
manpage updates
A number of options support negation, but the manpage did not reflect this ("[!]" was absent). Also fix a few [] (optional arguments) to {} (required arguments) in the option-BNF. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libxt_limit.man')
-rw-r--r--extensions/libxt_limit.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_limit.man b/extensions/libxt_limit.man
index 84b63d4e..0419c50a 100644
--- a/extensions/libxt_limit.man
+++ b/extensions/libxt_limit.man
@@ -4,7 +4,7 @@ A rule using this extension will match until this limit is reached
.B LOG
target to give limited logging, for example.
.TP
-.BI "--limit " "rate"
+[\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.