summaryrefslogtreecommitdiff
path: root/doc/pcre2_jit_free_unused_memory.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre2_jit_free_unused_memory.3')
-rw-r--r--doc/pcre2_jit_free_unused_memory.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pcre2_jit_free_unused_memory.3 b/doc/pcre2_jit_free_unused_memory.3
index bf050c8..183bba0 100644
--- a/doc/pcre2_jit_free_unused_memory.3
+++ b/doc/pcre2_jit_free_unused_memory.3
@@ -17,7 +17,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
+\fBpcre2_jit_free_unused_memory()\fP can be used to cause this memory to be
freed.
.P
There is a complete description of the PCRE2 native API in the