summaryrefslogtreecommitdiff
path: root/doc/pcre2jit.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-06-29 16:52:05 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-06-29 16:52:05 +0000
commit0a7a393d707706b82546ac4f616e4c6eed3c37d7 (patch)
treebdd0d5438163f97e48ec2b419b07489e09c97aaa /doc/pcre2jit.3
parentd95b69f8f609e5925ab607f012c228e757ecbcad (diff)
downloadpcre2-0a7a393d707706b82546ac4f616e4c6eed3c37d7.tar.gz
Documentation detrail and make HTML for 10.22-RC1.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@538 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2jit.3')
-rw-r--r--doc/pcre2jit.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pcre2jit.3 b/doc/pcre2jit.3
index 35e173e..0b95b4d 100644
--- a/doc/pcre2jit.3
+++ b/doc/pcre2jit.3
@@ -128,7 +128,7 @@ PCRE2_NOTBOL, PCRE2_NOTEOL, PCRE2_NOTEMPTY, PCRE2_NOTEMPTY_ATSTART,
PCRE2_NO_UTF_CHECK, PCRE2_PARTIAL_HARD, and PCRE2_PARTIAL_SOFT. The
PCRE2_ANCHORED option is not supported at match time.
.P
-If the PCRE2_NO_JIT option is passed to \fBpcre2_match()\fP it disables the
+If the PCRE2_NO_JIT option is passed to \fBpcre2_match()\fP it disables the
use of JIT, forcing matching by the interpreter code.
.P
The only unsupported pattern items are \eC (match a single data unit) when