summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-01-19 18:18:24 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-01-19 18:18:28 +0100
commit2d8f775cc03638d53053b3a448ca505646441542 (patch)
treece97a3886b43fbfcbc71901e246aec25d15cedab
parent27c8d2a55a40c4a6232a76924f524ca7368e4b36 (diff)
doc: fix limit manpage to reflect actual supported syntax
References: https://bugzilla.novell.com/561179 Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-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 c00e1d94..9f51ce3c 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
-[\fB!\fP] \fB\-\-limit\fP \fIrate\fP[\fB/second\fP|\fB/minute\fP|\fB/hour\fP|\fB/day\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.