Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo with-match-limit_depth -> with-match-limit-depth #83

Merged
merged 1 commit into from
Jan 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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