From ec0755b82940f43ec4fbc6abedd4b38a63ac066a Mon Sep 17 00:00:00 2001
From: Lucas Trzesniewski
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.
diff --git a/doc/pcre2convert.3 b/doc/pcre2convert.3 index 34beaf0..4ed6ea5 100644 --- a/doc/pcre2convert.3 +++ b/doc/pcre2convert.3 @@ -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"