Documentation update.

This commit is contained in:
Philip.Hazel 2020-01-24 15:26:44 +00:00
parent 9e8c98587f
commit f3c658cf87
3 changed files with 444 additions and 441 deletions

View File

@ -2660,8 +2660,9 @@ wastes resources.
</P> </P>
<P> <P>
Non-atomic assertions are not supported by the alternative matching function Non-atomic assertions are not supported by the alternative matching function
<b>pcre2_dfa_match()</b>. They are also not supported by JIT (but may be in <b>pcre2_dfa_match()</b>. They are supported by JIT, but only if they do not
future). Note that assertions that appear as conditions for contain any control verbs such as (*ACCEPT). (This may change in future). Note
that assertions that appear as conditions for
<a href="#conditions">conditional groups</a> <a href="#conditions">conditional groups</a>
(see below) must be atomic. (see below) must be atomic.
</P> </P>
@ -3827,7 +3828,7 @@ Cambridge, England.
</P> </P>
<br><a name="SEC32" href="#TOC1">REVISION</a><br> <br><a name="SEC32" href="#TOC1">REVISION</a><br>
<P> <P>
Last updated: 01 January 2020 Last updated: 24 January 2020
<br> <br>
Copyright &copy; 1997-2020 University of Cambridge. Copyright &copy; 1997-2020 University of Cambridge.
<br> <br>

View File

@ -8397,9 +8397,10 @@ NON-ATOMIC ASSERTIONS
using a non-atomic assertion just wastes resources. using a non-atomic assertion just wastes resources.
Non-atomic assertions are not supported by the alternative matching Non-atomic assertions are not supported by the alternative matching
function pcre2_dfa_match(). They are also not supported by JIT (but may function pcre2_dfa_match(). They are supported by JIT, but only if they
be in future). Note that assertions that appear as conditions for con- do not contain any control verbs such as (*ACCEPT). (This may change in
ditional groups (see below) must be atomic. future). Note that assertions that appear as conditions for conditional
groups (see below) must be atomic.
SCRIPT RUNS SCRIPT RUNS
@ -9489,7 +9490,7 @@ AUTHOR
REVISION REVISION
Last updated: 01 January 2020 Last updated: 24 January 2020
Copyright (c) 1997-2020 University of Cambridge. Copyright (c) 1997-2020 University of Cambridge.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
.TH PCRE2PATTERN 3 "01 January 2020" "PCRE2 10.35" .TH PCRE2PATTERN 3 "24 January 2020" "PCRE2 10.35"
.SH NAME .SH NAME
PCRE2 - Perl-compatible regular expressions (revised API) PCRE2 - Perl-compatible regular expressions (revised API)
.SH "PCRE2 REGULAR EXPRESSION DETAILS" .SH "PCRE2 REGULAR EXPRESSION DETAILS"
@ -2672,8 +2672,9 @@ as before because nothing has changed, so using a non-atomic assertion just
wastes resources. wastes resources.
.P .P
Non-atomic assertions are not supported by the alternative matching function Non-atomic assertions are not supported by the alternative matching function
\fBpcre2_dfa_match()\fP. They are also not supported by JIT (but may be in \fBpcre2_dfa_match()\fP. They are supported by JIT, but only if they do not
future). Note that assertions that appear as conditions for contain any control verbs such as (*ACCEPT). (This may change in future). Note
that assertions that appear as conditions for
.\" HTML <a href="#conditions"> .\" HTML <a href="#conditions">
.\" </a> .\" </a>
conditional groups conditional groups
@ -3871,6 +3872,6 @@ Cambridge, England.
.rs .rs
.sp .sp
.nf .nf
Last updated: 01 January 2020 Last updated: 24 January 2020
Copyright (c) 1997-2020 University of Cambridge. Copyright (c) 1997-2020 University of Cambridge.
.fi .fi