netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xt_quota: also document negation
@ 2010-07-02 10:15 Jan Engelhardt
  2010-07-02 10:19 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2010-07-02 10:15 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 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 bdfc92a..ac7c686 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 f8bf77b..8d9e18b 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
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-02 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-02 10:15 [PATCH] xt_quota: also document negation Jan Engelhardt
2010-07-02 10:19 ` Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).