summaryrefslogtreecommitdiff
path: root/doc/pcre2_jit_stack_create.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre2_jit_stack_create.3')
-rw-r--r--doc/pcre2_jit_stack_create.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pcre2_jit_stack_create.3 b/doc/pcre2_jit_stack_create.3
index 61ccf79..f0b29f0 100644
--- a/doc/pcre2_jit_stack_create.3
+++ b/doc/pcre2_jit_stack_create.3
@@ -21,8 +21,8 @@ context, for memory allocation functions, or NULL for standard memory
allocation. The result can be passed to the JIT run-time code by calling
\fBpcre2_jit_stack_assign()\fP to associate the stack with a compiled pattern,
which can then be processed by \fBpcre2_match()\fP or \fBpcre2_jit_match()\fP.
-A maximum stack size of 512K to 1M should be more than enough for any pattern.
-For more details, see the
+A maximum stack size of 512KiB to 1MiB should be more than enough for any
+pattern. For more details, see the
.\" HREF
\fBpcre2jit\fP
.\"