Revision: 167
http://www.exim.org/viewvc/pcre2?view=rev&revision=167
Author: ph10
Date: 2014-11-28 13:26:50 +0000 (Fri, 28 Nov 2014)
Log Message:
-----------
Fix documentation error.
Modified Paths:
--------------
code/trunk/doc/pcre2jit.3
Modified: code/trunk/doc/pcre2jit.3
===================================================================
--- code/trunk/doc/pcre2jit.3 2014-11-28 13:23:40 UTC (rev 166)
+++ code/trunk/doc/pcre2jit.3 2014-11-28 13:26:50 UTC (rev 167)
@@ -107,10 +107,11 @@
.P
If the JIT compiler finds an unsupported item, no JIT data is generated. You
can find out if JIT matching is available after compiling a pattern by calling
-\fBpcre2_pattern_info()\fP with the PCRE2_INFO_JIT option. A result of 1 means
-that JIT compilation was successful. A result of 0 means that JIT support is
-not available, or the pattern was not processed by \fBpcre2_jit_compile()\fP,
-or the JIT compiler was not able to handle the pattern.
+\fBpcre2_pattern_info()\fP with the PCRE2_INFO_JITSIZE option. A non-zero
+result means that JIT compilation was successful. A result of 0 means that JIT
+support is not available, or the pattern was not processed by
+\fBpcre2_jit_compile()\fP, or the JIT compiler was not able to handle the
+pattern.
.
.
.SH "UNSUPPORTED OPTIONS AND PATTERN ITEMS"