Fix typo.

This commit is contained in:
Philip.Hazel 2018-10-17 16:44:22 +00:00
parent f90ce1a333
commit 4642f82ba7
3 changed files with 11 additions and 11 deletions

View File

@ -852,7 +852,7 @@ functions, <i>pcre2_match()</i> and <i>pcre2_dfa_match()</i>.
<b> uint32_t <i>value</i>);</b> <b> uint32_t <i>value</i>);</b>
<br> <br>
<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 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 using up too much system stack when being compiled. The limit applies to
parentheses of all kinds, not just capturing parentheses. parentheses of all kinds, not just capturing parentheses.
@ -3756,7 +3756,7 @@ Cambridge, England.
</P> </P>
<br><a name="SEC42" href="#TOC1">REVISION</a><br> <br><a name="SEC42" href="#TOC1">REVISION</a><br>
<P> <P>
Last updated: 16 October 2018 Last updated: 17 October 2018
<br> <br>
Copyright &copy; 1997-2018 University of Cambridge. Copyright &copy; 1997-2018 University of Cambridge.
<br> <br>

View File

@ -881,11 +881,11 @@ PCRE2 CONTEXTS
int pcre2_set_parens_nest_limit(pcre2_compile_context *ccontext, int pcre2_set_parens_nest_limit(pcre2_compile_context *ccontext,
uint32_t value); uint32_t value);
This parameter ajusts the limit, set when PCRE2 is built (default 250), This parameter adjusts the limit, set when PCRE2 is built (default
on the depth of parenthesis nesting in a pattern. This limit stops 250), on the depth of parenthesis nesting in a pattern. This limit
rogue patterns using up too much system stack when being compiled. The stops rogue patterns using up too much system stack when being com-
limit applies to parentheses of all kinds, not just capturing parenthe- piled. The limit applies to parentheses of all kinds, not just captur-
ses. ing parentheses.
int pcre2_set_compile_recursion_guard(pcre2_compile_context *ccontext, int pcre2_set_compile_recursion_guard(pcre2_compile_context *ccontext,
int (*guard_function)(uint32_t, void *), void *user_data); int (*guard_function)(uint32_t, void *), void *user_data);
@ -3631,7 +3631,7 @@ AUTHOR
REVISION REVISION
Last updated: 16 October 2018 Last updated: 17 October 2018
Copyright (c) 1997-2018 University of Cambridge. Copyright (c) 1997-2018 University of Cambridge.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
.TH PCRE2API 3 "16 October 2018" "PCRE2 10.33" .TH PCRE2API 3 "17 October 2018" "PCRE2 10.33"
.SH NAME .SH NAME
PCRE2 - Perl-compatible regular expressions (revised API) PCRE2 - Perl-compatible regular expressions (revised API)
.sp .sp
@ -789,7 +789,7 @@ functions, \fIpcre2_match()\fP and \fIpcre2_dfa_match()\fP.
.B " uint32_t \fIvalue\fP);" .B " uint32_t \fIvalue\fP);"
.fi .fi
.sp .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 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 using up too much system stack when being compiled. The limit applies to
parentheses of all kinds, not just capturing parentheses. parentheses of all kinds, not just capturing parentheses.
@ -3767,6 +3767,6 @@ Cambridge, England.
.rs .rs
.sp .sp
.nf .nf
Last updated: 16 October 2018 Last updated: 17 October 2018
Copyright (c) 1997-2018 University of Cambridge. Copyright (c) 1997-2018 University of Cambridge.
.fi .fi