summaryrefslogtreecommitdiff
path: root/doc/pcre2_dfa_match.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-12-23 11:04:51 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-12-23 11:04:51 +0000
commitbf8ba442b968416b153320df8356635260677bd8 (patch)
tree9a0b7268c597693246f204b89a6075742a11e210 /doc/pcre2_dfa_match.3
parentdd427b1f1dfdc35c9ef68db7894e715278db81e1 (diff)
downloadpcre2-bf8ba442b968416b153320df8356635260677bd8.tar.gz
Make the recursion limit apply to DFA matching.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@623 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2_dfa_match.3')
-rw-r--r--doc/pcre2_dfa_match.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/pcre2_dfa_match.3 b/doc/pcre2_dfa_match.3
index f45da0d..d2132d5 100644
--- a/doc/pcre2_dfa_match.3
+++ b/doc/pcre2_dfa_match.3
@@ -1,4 +1,4 @@
-.TH PCRE2_DFA_MATCH 3 "12 May 2013" "PCRE2 10.00"
+.TH PCRE2_DFA_MATCH 3 "23 December 2016" "PCRE2 10.23"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH SYNOPSIS
@@ -33,8 +33,8 @@ is \fBpcre2_match()\fP.) The arguments for this function are:
\fIwscount\fP Number of elements in the vector
.sp
For \fBpcre2_dfa_match()\fP, a match context is needed only if you want to set
-up a callout function. The \fIlength\fP and \fIstartoffset\fP values are code
-units, not characters. The options are:
+up a callout function or specify the recursion limit. The \fIlength\fP and
+\fIstartoffset\fP values are code units, not characters. The options are:
.sp
PCRE2_ANCHORED Match only at the first position
PCRE2_NOTBOL Subject is not the beginning of a line