summaryrefslogtreecommitdiff
path: root/doc/pcre2_jit_stack_create.3
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2018-10-26 19:26:32 +0100
committerMatthew Vernon <matthew@debian.org>2018-10-26 19:26:32 +0100
commit1cab70503159c32de523a1762614b6829687a116 (patch)
tree26068f08ea492a5d12216d014a1a58372c12d360 /doc/pcre2_jit_stack_create.3
parent39c4b070d68976779cdb3f2a9f886de962870a37 (diff)
parentb03dbaae48971b62fe6ce174a8dfbbcaf1314d7e (diff)
Merge tag '10.32'
Upstream version 10.32
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
.\"