chiark / gitweb /
Disable all exported shell functions
[bash.git] / debian / patches / man-nocaseglob.diff
1 # DP: Clarify documentation about case-insensitive pathname expansion
2
3 --- a/bash/doc/bash.1
4 +++ b/bash/doc/bash.1
5 @@ -3154,6 +3154,10 @@
6  .B nocaseglob
7  is enabled, the match is performed without regard to the case
8  of alphabetic characters.
9 +Note that when using range expressions like
10 +[a-z] (see below), letters of the other case may be included,
11 +depending on the setting of
12 +.B LC_COLLATE.
13  When a pattern is used for pathname expansion,
14  the character
15  .B ``.''