Fix typo `with-match-limit_depth` -> `with-match-limit-depth`

This commit is contained in:
Adam Saponara 2022-01-26 00:09:29 -05:00
parent 419e3c68a3
commit f2a19dd428
3 changed files with 3 additions and 3 deletions

View File

@ -308,7 +308,7 @@ You can also explicitly limit the depth of nested backtracking in the
for --with-match-limit. You can set a lower default limit by adding, for for --with-match-limit. You can set a lower default limit by adding, for
example, example,
<pre> <pre>
--with-match-limit_depth=10000 --with-match-limit-depth=10000
</pre> </pre>
to the <b>configure</b> command. This value can be overridden at run time. This to the <b>configure</b> command. This value can be overridden at run time. This
depth limit indirectly limits the amount of heap memory that is used, but depth limit indirectly limits the amount of heap memory that is used, but

View File

@ -4138,7 +4138,7 @@ LIMITING PCRE2 RESOURCE USAGE
for --with-match-limit. You can set a lower default limit by adding, for --with-match-limit. You can set a lower default limit by adding,
for example, for example,
--with-match-limit_depth=10000 --with-match-limit-depth=10000
to the configure command. This value can be overridden at run time. to the configure command. This value can be overridden at run time.
This depth limit indirectly limits the amount of heap memory that is This depth limit indirectly limits the amount of heap memory that is

View File

@ -303,7 +303,7 @@ You can also explicitly limit the depth of nested backtracking in the
for --with-match-limit. You can set a lower default limit by adding, for for --with-match-limit. You can set a lower default limit by adding, for
example, example,
.sp .sp
--with-match-limit_depth=10000 --with-match-limit-depth=10000
.sp .sp
to the \fBconfigure\fP command. This value can be overridden at run time. This to the \fBconfigure\fP command. This value can be overridden at run time. This
depth limit indirectly limits the amount of heap memory that is used, but depth limit indirectly limits the amount of heap memory that is used, but