Revision: 172
http://www.exim.org/viewvc/pcre2?view=rev&revision=172
Author: ph10
Date: 2014-12-02 11:06:13 +0000 (Tue, 02 Dec 2014)
Log Message:
-----------
Fix typo.
Modified Paths:
--------------
code/trunk/doc/html/pcre2jit.html
code/trunk/doc/pcre2.txt
code/trunk/doc/pcre2jit.3
Modified: code/trunk/doc/html/pcre2jit.html
===================================================================
--- code/trunk/doc/html/pcre2jit.html 2014-12-01 16:14:53 UTC (rev 171)
+++ code/trunk/doc/html/pcre2jit.html 2014-12-02 11:06:13 UTC (rev 172)
@@ -107,7 +107,7 @@
</P>
<P>
At present, it is not possible to free JIT compiled code except when the entire
-compiled pattern is freed by calling <b>pcre2_free_code()</b>.
+compiled pattern is freed by calling <b>pcre2_code_free()</b>.
</P>
<P>
In some circumstances you may need to call additional functions. These are
Modified: code/trunk/doc/pcre2.txt
===================================================================
--- code/trunk/doc/pcre2.txt 2014-12-01 16:14:53 UTC (rev 171)
+++ code/trunk/doc/pcre2.txt 2014-12-02 11:06:13 UTC (rev 172)
@@ -3585,7 +3585,7 @@
is available.
At present, it is not possible to free JIT compiled code except when
- the entire compiled pattern is freed by calling pcre2_free_code().
+ the entire compiled pattern is freed by calling pcre2_code_free().
In some circumstances you may need to call additional functions. These
are described in the section entitled "Controlling the JIT stack"
Modified: code/trunk/doc/pcre2jit.3
===================================================================
--- code/trunk/doc/pcre2jit.3 2014-12-01 16:14:53 UTC (rev 171)
+++ code/trunk/doc/pcre2jit.3 2014-12-02 11:06:13 UTC (rev 172)
@@ -80,7 +80,7 @@
returns zero. This is an alternative way of testing whether JIT is available.
.P
At present, it is not possible to free JIT compiled code except when the entire
-compiled pattern is freed by calling \fBpcre2_free_code()\fP.
+compiled pattern is freed by calling \fBpcre2_code_free()\fP.
.P
In some circumstances you may need to call additional functions. These are
described in the section entitled