summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_string.man
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-06-04 12:51:24 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-06-04 12:51:44 +0200
commit2b253f4b2c321066b4301a5a8d47b37fc69e6f80 (patch)
treee9fd74ccecab7bc0481c8e3024243328b4442467 /extensions/libxt_string.man
parent132538f5c9f697702e6e08a11b796bdcaaba5fea (diff)
doc: xt_string: correct copy-and-pasting in manpage
References: http://bugzilla.netfilter.org/show_bug.cgi?id=653 Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libxt_string.man')
-rw-r--r--extensions/libxt_string.man4
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/libxt_string.man b/extensions/libxt_string.man
index 725f3ffa..b6b271d1 100644
--- a/extensions/libxt_string.man
+++ b/extensions/libxt_string.man
@@ -7,7 +7,9 @@ Select the pattern matching strategy. (bm = Boyer-Moore, kmp = Knuth-Pratt-Morri
Set the offset from which it starts looking for any matching. If not passed, default is 0.
.TP
\fB\-\-to\fP \fIoffset\fP
-Set the offset from which it starts looking for any matching. If not passed, default is the packet size.
+Set the offset up to which should be scanned. That is, byte \fIoffset\fP-1
+(counting from 0) is the last one that is scanned.
+If not passed, default is the packet size.
.TP
[\fB!\fP] \fB\-\-string\fP \fIpattern\fP
Matches the given pattern.