From 9357819cd1082b88ac16d39224a126561413e8cb Mon Sep 17 00:00:00 2001 From: ph10 Date: Tue, 11 Feb 2020 16:37:08 +0000 Subject: Documentation update. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1218 6239d852-aaf2-0410-a92c-79f79f948069 --- doc/html/pcre2_jit_match.html | 4 +++- doc/pcre2_jit_match.3 | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/html/pcre2_jit_match.html b/doc/html/pcre2_jit_match.html index 1d59667..8629e4a 100644 --- a/doc/html/pcre2_jit_match.html +++ b/doc/html/pcre2_jit_match.html @@ -33,7 +33,9 @@ processed by the JIT compiler against a given subject string, using a matching algorithm that is similar to Perl's. It is a "fast path" interface to JIT, and it bypasses some of the sanity checks that pcre2_match() applies. Its arguments are exactly the same as for -pcre2_match(). +pcre2_match(), +except that the subject string must be specified with a length; +PCRE2_ZERO_TERMINATED is not supported.

The supported options are PCRE2_NOTBOL, PCRE2_NOTEOL, PCRE2_NOTEMPTY, diff --git a/doc/pcre2_jit_match.3 b/doc/pcre2_jit_match.3 index b0cc197..5877fcb 100644 --- a/doc/pcre2_jit_match.3 +++ b/doc/pcre2_jit_match.3 @@ -1,4 +1,4 @@ -.TH PCRE2_JIT_MATCH 3 "03 November 2014" "PCRE2 10.0" +.TH PCRE2_JIT_MATCH 3 "11 February 2020" "PCRE2 10.35" .SH NAME PCRE2 - Perl-compatible regular expressions (revised API) .SH SYNOPSIS @@ -22,8 +22,10 @@ algorithm that is similar to Perl's. It is a "fast path" interface to JIT, and it bypasses some of the sanity checks that \fBpcre2_match()\fP applies. Its arguments are exactly the same as for .\" HREF -\fBpcre2_match()\fP. +\fBpcre2_match()\fP, .\" +except that the subject string must be specified with a length; +PCRE2_ZERO_TERMINATED is not supported. .P The supported options are PCRE2_NOTBOL, PCRE2_NOTEOL, PCRE2_NOTEMPTY, PCRE2_NOTEMPTY_ATSTART, PCRE2_PARTIAL_HARD, and PCRE2_PARTIAL_SOFT. Unsupported -- cgit v1.2.1