summaryrefslogtreecommitdiff
path: root/doc/pcre_exec.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre_exec.3')
-rw-r--r--doc/pcre_exec.36
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/pcre_exec.3 b/doc/pcre_exec.3
index 78ce188..a9c076e 100644
--- a/doc/pcre_exec.3
+++ b/doc/pcre_exec.3
@@ -50,12 +50,14 @@ A \fBpcre_extra\fP structure contains the following fields:
.sp
\fIflags\fP Bits indicating which fields are set
\fIstudy_data\fP Opaque data from \fBpcre_study()\fP
- \fImatch_limit\fP Limit on internal recursion
+ \fImatch_limit\fP Limit on internal resource use
+ \fImatch_limit_recursion\fP Limit on internal recursion depth
\fIcallout_data\fP Opaque data passed back to callouts
\fItables\fP Points to character tables or is NULL
.sp
The flag bits are PCRE_EXTRA_STUDY_DATA, PCRE_EXTRA_MATCH_LIMIT,
-PCRE_EXTRA_CALLOUT_DATA, and PCRE_EXTRA_TABLES.
+PCRE_EXTRA_MATCH_LIMIT_RECURSION, PCRE_EXTRA_CALLOUT_DATA, and
+PCRE_EXTRA_TABLES.
.P
There is a complete description of the PCRE native API in the
.\" HREF