Revision: 1056
http://www.exim.org/viewvc/pcre2?view=rev&revision=1056
Author: ph10
Date: 2018-12-14 16:10:57 +0000 (Fri, 14 Dec 2018)
Log Message:
-----------
Documentation 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-12-14 16:02:29 UTC (rev 1055)
+++ code/trunk/doc/html/pcre2api.html 2018-12-14 16:10:57 UTC (rev 1056)
@@ -947,7 +947,7 @@
</P>
<P>
For example, if the pattern /abc/ is matched against "123abc" with an offset
-limit less than 3, the result is PCRE2_ERROR_NO_MATCH. A match can never be
+limit less than 3, the result is PCRE2_ERROR_NOMATCH. A match can never be
found if the <i>startoffset</i> argument of <b>pcre2_match()</b>,
<b>pcre2_dfa_match()</b>, or <b>pcre2_substitute()</b> is greater than the offset
limit set in the match context.
Modified: code/trunk/doc/pcre2.txt
===================================================================
--- code/trunk/doc/pcre2.txt 2018-12-14 16:02:29 UTC (rev 1055)
+++ code/trunk/doc/pcre2.txt 2018-12-14 16:10:57 UTC (rev 1056)
@@ -960,7 +960,7 @@
more substitutions.
For example, if the pattern /abc/ is matched against "123abc" with an
- offset limit less than 3, the result is PCRE2_ERROR_NO_MATCH. A match
+ offset limit less than 3, the result is PCRE2_ERROR_NOMATCH. A match
can never be found if the startoffset argument of pcre2_match(),
pcre2_dfa_match(), or pcre2_substitute() is greater than the offset
limit set in the match context.
Modified: code/trunk/doc/pcre2api.3
===================================================================
--- code/trunk/doc/pcre2api.3 2018-12-14 16:02:29 UTC (rev 1055)
+++ code/trunk/doc/pcre2api.3 2018-12-14 16:10:57 UTC (rev 1056)
@@ -885,7 +885,7 @@
substitutions.
.P
For example, if the pattern /abc/ is matched against "123abc" with an offset
-limit less than 3, the result is PCRE2_ERROR_NO_MATCH. A match can never be
+limit less than 3, the result is PCRE2_ERROR_NOMATCH. A match can never be
found if the \fIstartoffset\fP argument of \fBpcre2_match()\fP,
\fBpcre2_dfa_match()\fP, or \fBpcre2_substitute()\fP is greater than the offset
limit set in the match context.