summaryrefslogtreecommitdiff
path: root/doc/pcre2_code_free.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-23 19:24:16 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-23 19:24:16 +0000
commit5f55787ae0afb27d489ea65ece5260a34c6757ea (patch)
treee7ccefc7dd5fb2b588644b9e7c1cec3f8223136e /doc/pcre2_code_free.3
parent2a334766ea5384be80afb85dc194131e14eac71c (diff)
downloadpcre2-5f55787ae0afb27d489ea65ece5260a34c6757ea.tar.gz
Documentation update.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@700 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2_code_free.3')
-rw-r--r--doc/pcre2_code_free.36
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/pcre2_code_free.3 b/doc/pcre2_code_free.3
index 5127081..58a8b1c 100644
--- a/doc/pcre2_code_free.3
+++ b/doc/pcre2_code_free.3
@@ -1,4 +1,4 @@
-.TH PCRE2_CODE_FREE 3 "29 July 2015" "PCRE2 10.21"
+.TH PCRE2_CODE_FREE 3 "23 March 2017" "PCRE2 10.30"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH SYNOPSIS
@@ -14,7 +14,9 @@ PCRE2 - Perl-compatible regular expressions (revised API)
.rs
.sp
This function frees the memory used for a compiled pattern, including any
-memory used by the JIT compiler.
+memory used by the JIT compiler. If the compiled pattern was created by a call
+to \fBpcre2_code_copy_with_tables()\fP, the memory for the character tables is
+also freed.
.P
There is a complete description of the PCRE2 native API in the
.\" HREF