summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_jit_free_unused_memory.html
diff options
context:
space:
mode:
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>