Fix documentation error.
This commit is contained in:
parent
caf78231ec
commit
b7b8ec130e
|
@ -107,10 +107,11 @@ not obeyed.
|
||||||
.P
|
.P
|
||||||
If the JIT compiler finds an unsupported item, no JIT data is generated. You
|
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
|
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
|
\fBpcre2_pattern_info()\fP with the PCRE2_INFO_JITSIZE option. A non-zero
|
||||||
that JIT compilation was successful. A result of 0 means that JIT support is
|
result means that JIT compilation was successful. A result of 0 means that JIT
|
||||||
not available, or the pattern was not processed by \fBpcre2_jit_compile()\fP,
|
support is not available, or the pattern was not processed by
|
||||||
or the JIT compiler was not able to handle the pattern.
|
\fBpcre2_jit_compile()\fP, or the JIT compiler was not able to handle the
|
||||||
|
pattern.
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
.SH "UNSUPPORTED OPTIONS AND PATTERN ITEMS"
|
.SH "UNSUPPORTED OPTIONS AND PATTERN ITEMS"
|
||||||
|
|
Loading…
Reference in New Issue