From 9b488b992872d4d2b7ebf7897d74d52f4fb59e1c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 8 Jun 2008 19:11:51 +0200 Subject: manpage updates A number of options support negation, but the manpage did not reflect this ("[!]" was absent). Also fix a few [] (optional arguments) to {} (required arguments) in the option-BNF. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libxt_string.man | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extensions/libxt_string.man') diff --git a/extensions/libxt_string.man b/extensions/libxt_string.man index 9e3b25c6..01e15c21 100644 --- a/extensions/libxt_string.man +++ b/extensions/libxt_string.man @@ -9,7 +9,8 @@ Set the offset from which it starts looking for any matching. If not passed, def .BI "--to " "offset" Set the offset from which it starts looking for any matching. If not passed, default is the packet size. .TP -.BI "--string " "pattern" +[\fB!\fP] \fB--string\fP \fIpattern\fP Matches the given pattern. -.BI "--hex-string " "pattern" +.TP +[\fB!\fP] \fB--hex-string\fP \fIpattern\fP Matches the given pattern in hex notation. -- cgit v1.2.3