summaryrefslogtreecommitdiff
path: root/doc/html/pcre2limits.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-01-16 17:40:47 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-01-16 17:40:47 +0000
commit4939d7de20b030c6161dbc9cb45e7973cf77d5a1 (patch)
tree4f249c2c566e73af26d47096268ffe0c129ea0d1 /doc/html/pcre2limits.html
parent54d34736f2e3bf4fcfd75d33d941d5e87106314e (diff)
downloadpcre2-4939d7de20b030c6161dbc9cb45e7973cf77d5a1.tar.gz
File tidies for 10.23-RC1
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@655 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2limits.html')
-rw-r--r--doc/html/pcre2limits.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/pcre2limits.html b/doc/html/pcre2limits.html
index c077e6c..d7e382b 100644
--- a/doc/html/pcre2limits.html
+++ b/doc/html/pcre2limits.html
@@ -62,8 +62,8 @@ There is no limit to the number of parenthesized subpatterns, but there can be
no more than 65535 capturing subpatterns. There is, however, a limit to the
depth of nesting of parenthesized subpatterns of all kinds. This is imposed in
order to limit the amount of system stack used at compile time. The default
-limit can be specified when PCRE2 is built; the default default is 250. An
-application can change this limit by calling pcre2_set_parens_nest_limit() to
+limit can be specified when PCRE2 is built; the default default is 250. An
+application can change this limit by calling pcre2_set_parens_nest_limit() to
set the limit in a compile context.
</P>
<P>
@@ -76,7 +76,7 @@ is 255 code units for the 8-bit library and 65535 code units for the 16-bit and
32-bit libraries.
</P>
<P>
-The maximum length of a string argument to a callout is the largest number a
+The maximum length of a string argument to a callout is the largest number a
32-bit unsigned integer can hold.
</P>
<br><b>