The markup is wrong. On Fri, Aug 23, 2013 at 2:41 AM, Laurence J. Lane <ljlane@xxxxxxxxxx> wrote: > Show delimeters for hex string pattern. > > http://bugs.debian.org/699904 > > Signed-off-by: Laurence J. Lane <ljlane@xxxxxxxxxx> > --- > extensions/libxt_string.man | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/extensions/libxt_string.man b/extensions/libxt_string.man > index b6b271d..ebea1d3 100644 > --- a/extensions/libxt_string.man > +++ b/extensions/libxt_string.man > @@ -16,3 +16,10 @@ Matches the given pattern. > .TP > [\fB!\fP] \fB\-\-hex\-string\fP \fIpattern\fP > Matches the given pattern in hex notation. > +.TP > +Example: > +.PP > + Log HTTP GET requests for /test: > +.PP > + iptables \-A INPUT \-p tcp \-\-dport 80 \-m string \-\-algo bm \-\-string 'GET /test' \-j LOG > + iptables \-A INPUT \-p tcp \-\-dport 80 \-m string \-\-algo bm \-\-hex\-string '|474554202F74657374|' \-j LOG > -- > 1.8.4.rc3 > -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html