From ec0755b82940f43ec4fbc6abedd4b38a63ac066a Mon Sep 17 00:00:00 2001 From: Lucas Trzesniewski Date: Sun, 17 Oct 2021 19:22:11 +0200 Subject: [PATCH] Fix option name in pcre2convert docs --- doc/html/pcre2convert.html | 4 ++-- doc/pcre2convert.3 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/html/pcre2convert.html b/doc/html/pcre2convert.html index 871e563..c3d4cac 100644 --- a/doc/html/pcre2convert.html +++ b/doc/html/pcre2convert.html @@ -141,8 +141,8 @@ permitted to match separator characters, but the double-star (**) feature

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.


CONVERTING POSIX PATTERNS

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"