summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_IDLETIMER.man
diff options
context:
space:
mode:
authorLuciano Coelho <luciano.coelho@nokia.com>2010-07-15 17:12:56 +0200
committerPatrick McHardy <kaber@trash.net>2010-07-15 17:12:56 +0200
commit67195a8c8a03d12994e91315e49e3d78c51a385a (patch)
treedc1da66cd8fdf2af78a474bab3f3267406ba4220 /extensions/libxt_IDLETIMER.man
parent127647892c7cac85baf8da62ed21232baa60f1c9 (diff)
extensions: libxt_IDLETIMER: use xtables_param_act when checking options
This patch changes custom error messages for illegal options into the default iptables messages, by using xtables_param_act(). Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libxt_IDLETIMER.man')
-rw-r--r--extensions/libxt_IDLETIMER.man3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/libxt_IDLETIMER.man b/extensions/libxt_IDLETIMER.man
index 3266a448..e3c91cea 100644
--- a/extensions/libxt_IDLETIMER.man
+++ b/extensions/libxt_IDLETIMER.man
@@ -16,4 +16,5 @@ userspace, which can then decide what to do (eg. disconnect to save power).
This is the time in seconds that will trigger the notification.
.TP
\fB\-\-label\fP \fIstring\fP
-This is a unique identifier for the timer.
+This is a unique identifier for the timer. The maximum length for the
+label string is 27 characters.