From: Chang, Harry Date: Fri, 23 Aug 2019 02:50:22 +0000 (+0800) Subject: Doc changes in "pure negative" logical combination support. X-Git-Tag: v5.2.1^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc80eef39f493439a48be34b71693a91f6fbdada;p=thirdparty%2Fvectorscan.git Doc changes in "pure negative" logical combination support. --- diff --git a/doc/dev-reference/compilation.rst b/doc/dev-reference/compilation.rst index 5d2c70f7..93290467 100644 --- a/doc/dev-reference/compilation.rst +++ b/doc/dev-reference/compilation.rst @@ -613,8 +613,9 @@ When an expression has the :c:member:`HS_FLAG_COMBINATION` flag set, it ignores all other flags except the :c:member:`HS_FLAG_SINGLEMATCH` flag and the :c:member:`HS_FLAG_QUIET` flag. -Hyperscan will reject logical combination expressions at compile time that -evaluate to *true* when no patterns have matched; for example: :: +Hyperscan will accept logical combination expressions at compile time that +evaluate to *true* when no patterns have matched, and report the match for +combination at end of data if no patterns have matched; for example: :: !101 !101|102