]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libipt_ttl: document that negation is available
authorJan Engelhardt <jengelh@medozas.de>
Sun, 21 Aug 2011 10:11:15 +0000 (12:11 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Sun, 21 Aug 2011 10:34:42 +0000 (12:34 +0200)
Glitch since commit v1.2.1~75.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/libipt_ttl.c
extensions/libipt_ttl.man

index 6370cb6748616722babef7285c00fd32740169c7..5fe08ccd83ac9f9e4e98f2cb0f2a0e6d7550ef1e 100644 (file)
@@ -20,7 +20,7 @@ static void ttl_help(void)
 {
        printf(
 "ttl match options:\n"
-"  --ttl-eq value      Match time to live value\n"
+"[!] --ttl-eq value    Match time to live value\n"
 "  --ttl-lt value      Match TTL < value\n"
 "  --ttl-gt value      Match TTL > value\n");
 }
index 849f70423b7f890d36da7f50034a6aa3bfd0467f..1f322779e14284fb343aa54e6f399b4f27972f24 100644 (file)
@@ -1,6 +1,6 @@
 This module matches the time to live field in the IP header.
 .TP
-\fB\-\-ttl\-eq\fP \fIttl\fP
+[\fB!\fP] \fB\-\-ttl\-eq\fP \fIttl\fP
 Matches the given TTL value.
 .TP
 \fB\-\-ttl\-gt\fP \fIttl\fP