Skip to content

Commit 111cd47

Browse files
authored
Fix typo with-match-limit_depth -> with-match-limit-depth (#83)
1 parent fdd9479 commit 111cd47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/html/pcre2build.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ <h1>pcre2build man page</h1>
308308
for --with-match-limit. You can set a lower default limit by adding, for
309309
example,
310310
<pre>
311-
--with-match-limit_depth=10000
311+
--with-match-limit-depth=10000
312312
</pre>
313313
to the <b>configure</b> command. This value can be overridden at run time. This
314314
depth limit indirectly limits the amount of heap memory that is used, but

doc/pcre2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4138,7 +4138,7 @@ LIMITING PCRE2 RESOURCE USAGE
41384138
for --with-match-limit. You can set a lower default limit by adding,
41394139
for example,
41404140

4141-
--with-match-limit_depth=10000
4141+
--with-match-limit-depth=10000
41424142

41434143
to the configure command. This value can be overridden at run time.
41444144
This depth limit indirectly limits the amount of heap memory that is

doc/pcre2build.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ You can also explicitly limit the depth of nested backtracking in the
303303
for --with-match-limit. You can set a lower default limit by adding, for
304304
example,
305305
.sp
306-
--with-match-limit_depth=10000
306+
--with-match-limit-depth=10000
307307
.sp
308308
to the \fBconfigure\fP command. This value can be overridden at run time. This
309309
depth limit indirectly limits the amount of heap memory that is used, but

0 commit comments

Comments
 (0)