summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_jit_free_unused_memory.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-04-24 16:05:36 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-04-24 16:05:36 +0000
commita210ceb4b2fbc55a197ae36e1c8efe7765288ab8 (patch)
tree4c9188b9f72287b32d2bbef18d0f83c4f13aa2a1 /doc/html/pcre2_jit_free_unused_memory.html
parent4d848be74dd036959c94a717dfa7dab23035b6df (diff)
downloadpcre2-a210ceb4b2fbc55a197ae36e1c8efe7765288ab8.tar.gz
Fix documentation typos and upgrade documentation checking script.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1248 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2_jit_free_unused_memory.html')
-rw-r--r--doc/html/pcre2_jit_free_unused_memory.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/pcre2_jit_free_unused_memory.html b/doc/html/pcre2_jit_free_unused_memory.html
index 8b59b8e..7f37e58 100644
--- a/doc/html/pcre2_jit_free_unused_memory.html
+++ b/doc/html/pcre2_jit_free_unused_memory.html
@@ -29,7 +29,7 @@ This function frees unused JIT executable memory. The argument is a general
context, for custom memory management, or NULL for standard memory management.
JIT memory allocation retains some memory in order to improve future JIT
compilation speed. In low memory conditions,
-\fBpcre2_jit_free_unused_memory()\fB can be used to cause this memory to be
+<b>pcre2_jit_free_unused_memory()</b> can be used to cause this memory to be
freed.
</P>
<P>