Fix typo.
This commit is contained in:
parent
f90ce1a333
commit
4642f82ba7
|
@ -852,7 +852,7 @@ functions, <i>pcre2_match()</i> and <i>pcre2_dfa_match()</i>.
|
|||
<b> uint32_t <i>value</i>);</b>
|
||||
<br>
|
||||
<br>
|
||||
This parameter ajusts the limit, set when PCRE2 is built (default 250), on the
|
||||
This parameter adjusts the limit, set when PCRE2 is built (default 250), on the
|
||||
depth of parenthesis nesting in a pattern. This limit stops rogue patterns
|
||||
using up too much system stack when being compiled. The limit applies to
|
||||
parentheses of all kinds, not just capturing parentheses.
|
||||
|
@ -3756,7 +3756,7 @@ Cambridge, England.
|
|||
</P>
|
||||
<br><a name="SEC42" href="#TOC1">REVISION</a><br>
|
||||
<P>
|
||||
Last updated: 16 October 2018
|
||||
Last updated: 17 October 2018
|
||||
<br>
|
||||
Copyright © 1997-2018 University of Cambridge.
|
||||
<br>
|
||||
|
|
|
@ -881,11 +881,11 @@ PCRE2 CONTEXTS
|
|||
int pcre2_set_parens_nest_limit(pcre2_compile_context *ccontext,
|
||||
uint32_t value);
|
||||
|
||||
This parameter ajusts the limit, set when PCRE2 is built (default 250),
|
||||
on the depth of parenthesis nesting in a pattern. This limit stops
|
||||
rogue patterns using up too much system stack when being compiled. The
|
||||
limit applies to parentheses of all kinds, not just capturing parenthe-
|
||||
ses.
|
||||
This parameter adjusts the limit, set when PCRE2 is built (default
|
||||
250), on the depth of parenthesis nesting in a pattern. This limit
|
||||
stops rogue patterns using up too much system stack when being com-
|
||||
piled. The limit applies to parentheses of all kinds, not just captur-
|
||||
ing parentheses.
|
||||
|
||||
int pcre2_set_compile_recursion_guard(pcre2_compile_context *ccontext,
|
||||
int (*guard_function)(uint32_t, void *), void *user_data);
|
||||
|
@ -3631,7 +3631,7 @@ AUTHOR
|
|||
|
||||
REVISION
|
||||
|
||||
Last updated: 16 October 2018
|
||||
Last updated: 17 October 2018
|
||||
Copyright (c) 1997-2018 University of Cambridge.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH PCRE2API 3 "16 October 2018" "PCRE2 10.33"
|
||||
.TH PCRE2API 3 "17 October 2018" "PCRE2 10.33"
|
||||
.SH NAME
|
||||
PCRE2 - Perl-compatible regular expressions (revised API)
|
||||
.sp
|
||||
|
@ -789,7 +789,7 @@ functions, \fIpcre2_match()\fP and \fIpcre2_dfa_match()\fP.
|
|||
.B " uint32_t \fIvalue\fP);"
|
||||
.fi
|
||||
.sp
|
||||
This parameter ajusts the limit, set when PCRE2 is built (default 250), on the
|
||||
This parameter adjusts the limit, set when PCRE2 is built (default 250), on the
|
||||
depth of parenthesis nesting in a pattern. This limit stops rogue patterns
|
||||
using up too much system stack when being compiled. The limit applies to
|
||||
parentheses of all kinds, not just capturing parentheses.
|
||||
|
@ -3767,6 +3767,6 @@ Cambridge, England.
|
|||
.rs
|
||||
.sp
|
||||
.nf
|
||||
Last updated: 16 October 2018
|
||||
Last updated: 17 October 2018
|
||||
Copyright (c) 1997-2018 University of Cambridge.
|
||||
.fi
|
||||
|
|
Loading…
Reference in New Issue