[Pcre-svn] [1029] code/trunk/doc: Fix typo.

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1029] code/trunk/doc: Fix typo.
Revision: 1029
          http://www.exim.org/viewvc/pcre2?view=rev&revision=1029
Author:   ph10
Date:     2018-10-17 17:44:22 +0100 (Wed, 17 Oct 2018)
Log Message:
-----------
Fix typo.


Modified Paths:
--------------
    code/trunk/doc/html/pcre2api.html
    code/trunk/doc/pcre2.txt
    code/trunk/doc/pcre2api.3


Modified: code/trunk/doc/html/pcre2api.html
===================================================================
--- code/trunk/doc/html/pcre2api.html    2018-10-17 08:33:38 UTC (rev 1028)
+++ code/trunk/doc/html/pcre2api.html    2018-10-17 16:44:22 UTC (rev 1029)
@@ -852,7 +852,7 @@
 <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 @@
 </P>
 <br><a name="SEC42" href="#TOC1">REVISION</a><br>
 <P>
-Last updated: 16 October 2018
+Last updated: 17 October 2018
 <br>
 Copyright &copy; 1997-2018 University of Cambridge.
 <br>


Modified: code/trunk/doc/pcre2.txt
===================================================================
--- code/trunk/doc/pcre2.txt    2018-10-17 08:33:38 UTC (rev 1028)
+++ code/trunk/doc/pcre2.txt    2018-10-17 16:44:22 UTC (rev 1029)
@@ -881,11 +881,11 @@
        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 @@


REVISION

-       Last updated: 16 October 2018
+       Last updated: 17 October 2018
        Copyright (c) 1997-2018 University of Cambridge.
 ------------------------------------------------------------------------------



Modified: code/trunk/doc/pcre2api.3
===================================================================
--- code/trunk/doc/pcre2api.3    2018-10-17 08:33:38 UTC (rev 1028)
+++ code/trunk/doc/pcre2api.3    2018-10-17 16:44:22 UTC (rev 1029)
@@ -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 @@
 .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 @@
 .rs
 .sp
 .nf
-Last updated: 16 October 2018
+Last updated: 17 October 2018
 Copyright (c) 1997-2018 University of Cambridge.
 .fi