From 4642f82ba7304986cc2b58c65cd8f60d43200a34 Mon Sep 17 00:00:00 2001
From: "Philip.Hazel"
-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.
-Last updated: 16 October 2018
+Last updated: 17 October 2018
Copyright © 1997-2018 University of Cambridge.
diff --git a/doc/pcre2.txt b/doc/pcre2.txt
index ca28e47..fcdf9c6 100644
--- a/doc/pcre2.txt
+++ b/doc/pcre2.txt
@@ -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.
------------------------------------------------------------------------------
diff --git a/doc/pcre2api.3 b/doc/pcre2api.3
index 61753fb..d1697ed 100644
--- a/doc/pcre2api.3
+++ b/doc/pcre2api.3
@@ -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