Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Fix typo with-match-limit_depth -> with-match-limit-depth (PCRE2P…
Browse files Browse the repository at this point in the history
  • Loading branch information
adsr authored Jan 26, 2022
1 parent fdd9479 commit 111cd47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/html/pcre2build.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h1>pcre2build man page</h1>
for --with-match-limit. You can set a lower default limit by adding, for
example,
<pre>
--with-match-limit_depth=10000
--with-match-limit-depth=10000
</pre>
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
Expand Down
2 changes: 1 addition & 1 deletion doc/pcre2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4138,7 +4138,7 @@ LIMITING PCRE2 RESOURCE USAGE
for --with-match-limit. You can set a lower default limit by adding,
for example,

--with-match-limit_depth=10000
--with-match-limit-depth=10000

to the configure command. This value can be overridden at run time.
This depth limit indirectly limits the amount of heap memory that is
Expand Down
2 changes: 1 addition & 1 deletion doc/pcre2build.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
example,
.sp
--with-match-limit_depth=10000
--with-match-limit-depth=10000
.sp
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
Expand Down

0 comments on commit 111cd47

Please sign in to comment.