From 45b4ec3f8d82aaf13a1d0762343d28e76410467c Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Tue, 2 Dec 2014 11:06:13 +0000 Subject: [PATCH] Fix typo. --- doc/html/pcre2jit.html | 2 +- doc/pcre2.txt | 2 +- doc/pcre2jit.3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/pcre2jit.html b/doc/html/pcre2jit.html index d04b027..9e32073 100644 --- a/doc/html/pcre2jit.html +++ b/doc/html/pcre2jit.html @@ -107,7 +107,7 @@ returns zero. This is an alternative way of testing whether JIT 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(). +compiled pattern is freed by calling pcre2_code_free().

In some circumstances you may need to call additional functions. These are diff --git a/doc/pcre2.txt b/doc/pcre2.txt index 4610e3e..b45aee9 100644 --- a/doc/pcre2.txt +++ b/doc/pcre2.txt @@ -3585,7 +3585,7 @@ SIMPLE USE OF JIT 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" diff --git a/doc/pcre2jit.3 b/doc/pcre2jit.3 index b5ab33d..3f2071b 100644 --- a/doc/pcre2jit.3 +++ b/doc/pcre2jit.3 @@ -80,7 +80,7 @@ PCRE2_JIT_COMPLETE and just compile code for partial matching. If 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