Fix option name in pcre2convert docs

This commit is contained in:
Lucas Trzesniewski 2021-10-17 19:22:11 +02:00
parent dc5f966635
commit ec0755b829
2 changed files with 4 additions and 4 deletions

View File

@ -141,8 +141,8 @@ permitted to match separator characters, but the double-star (**) feature
</P>
<P>
PCRE2_CONVERT_GLOB_NO_WILD_SEPARATOR matches globs with wildcards allowed to
match separator characters. PCRE2_GLOB_NO_STARSTAR matches globs with the
double-star feature disabled. These options may be given together.
match separator characters. PCRE2_CONVERT_GLOB_NO_STARSTAR matches globs with
the double-star feature disabled. These options may be given together.
</P>
<br><a name="SEC5" href="#TOC1">CONVERTING POSIX PATTERNS</a><br>
<P>

View File

@ -116,8 +116,8 @@ permitted to match separator characters, but the double-star (**) feature
(which does match separators) is supported.
.P
PCRE2_CONVERT_GLOB_NO_WILD_SEPARATOR matches globs with wildcards allowed to
match separator characters. PCRE2_GLOB_NO_STARSTAR matches globs with the
double-star feature disabled. These options may be given together.
match separator characters. PCRE2_CONVERT_GLOB_NO_STARSTAR matches globs with
the double-star feature disabled. These options may be given together.
.
.
.SH "CONVERTING POSIX PATTERNS"