summaryrefslogtreecommitdiff
path: root/doc/pcre2jit.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre2jit.3')
-rw-r--r--doc/pcre2jit.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/pcre2jit.3 b/doc/pcre2jit.3
index a05c756..b7ae2eb 100644
--- a/doc/pcre2jit.3
+++ b/doc/pcre2jit.3
@@ -130,11 +130,11 @@ via JIT. However, if the option PCRE2_JIT_INVALID_UTF is passed to
\fBpcre2_jit_compile()\fP, code that can process a subject containing invalid
UTF is compiled.
.P
-In this mode, an invalid code unit sequence never matches any pattern item. It
-does not match dot, it does not match \ep{Any}, it does not even match negative
+In this mode, an invalid code unit sequence never matches any pattern item. It
+does not match dot, it does not match \ep{Any}, it does not even match negative
items such as [^X]. A lookbehind assertion fails if it encounters an invalid
-sequence while moving the current point backwards. In other words, an invalid
-UTF code unit sequence acts as a barrier which no match can cross. Reaching an
+sequence while moving the current point backwards. In other words, an invalid
+UTF code unit sequence acts as a barrier which no match can cross. Reaching an
invalid sequence causes an immediate backtrack.
.P
Using this option, an application can run matches in arbitrary data, knowing