From: Matthias Klose <[email protected]> This addition to the documentation has been shipped in Debian's bash since version 3.0-6. --- doc/bash.1 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/doc/bash.1 b/doc/bash.1 index 5221f742..d991343a 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -4387,6 +4387,10 @@ If the shell option .B nocaseglob is enabled, the match is performed without regard to the case of alphabetic characters. +Note that when using range expressions like +[a-z] (see below), letters of the other case may be included, +depending on the setting of +.B LC_COLLATE. .PP When a pattern is used for pathname expansion, the character -- 2.51.0
