From b7b8ec130e219c9c4dc9a860adcfe2c8be71513a Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Fri, 28 Nov 2014 13:26:50 +0000 Subject: [PATCH] Fix documentation error. --- doc/pcre2jit.3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/pcre2jit.3 b/doc/pcre2jit.3 index caeea1c..88dc4d7 100644 --- a/doc/pcre2jit.3 +++ b/doc/pcre2jit.3 @@ -107,10 +107,11 @@ not obeyed. .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"