From ce06c99ee107102a7168493b55970b53380ebbb6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 2 Jul 2010 12:19:18 +0200 Subject: xt_quota: also document negation Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libxt_quota.c | 2 +- extensions/libxt_quota.man | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/extensions/libxt_quota.c b/extensions/libxt_quota.c index bdfc92a8..ac7c686e 100644 --- a/extensions/libxt_quota.c +++ b/extensions/libxt_quota.c @@ -19,7 +19,7 @@ static const struct option quota_opts[] = { static void quota_help(void) { printf("quota match options:\n" - " --quota quota quota (bytes)\n"); + "[!] --quota quota quota (bytes)\n"); } static void diff --git a/extensions/libxt_quota.man b/extensions/libxt_quota.man index f8bf77b5..8d9e18b8 100644 --- a/extensions/libxt_quota.man +++ b/extensions/libxt_quota.man @@ -1,6 +1,5 @@ Implements network quotas by decrementing a byte counter with each packet. .TP -\fB\-\-quota\fP \fIbytes\fP +[\fB!\fP] \fB\-\-quota\fP \fIbytes\fP The quota in bytes. -.P -- cgit v1.2.3