diff options
Diffstat (limited to 'manual/pattern.texi')
-rw-r--r-- | manual/pattern.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/pattern.texi b/manual/pattern.texi index 250fa1e..f2e8353 100644 --- a/manual/pattern.texi +++ b/manual/pattern.texi @@ -119,9 +119,12 @@ If this flag is set, either @samp{foo*} or @samp{foobar} as a pattern would match the string @samp{foobar/frobozz}. @item FNM_CASEFOLD -@standards{GNU, fnmatch.h} +@standards{POSIX.1-2024, fnmatch.h} Ignore case in comparing @var{string} to @var{pattern}. +This macro was originally a GNU extension, but was added in +POSIX.1-2024. + @item FNM_EXTMATCH @standards{GNU, fnmatch.h} @cindex Korn Shell |