mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
globcasedetect: add 'set --man' self-doc (re: 71934570
)
This commit is contained in:
parent
71934570bf
commit
af07bb6aa3
1 changed files with 8 additions and 0 deletions
|
@ -216,6 +216,14 @@ const char sh_set[] =
|
||||||
"[+emacs?Enables/disables \bemacs\b editing mode.]"
|
"[+emacs?Enables/disables \bemacs\b editing mode.]"
|
||||||
#endif
|
#endif
|
||||||
"[+errexit?Equivalent to \b-e\b.]"
|
"[+errexit?Equivalent to \b-e\b.]"
|
||||||
|
#if SHOPT_GLOBCASEDET
|
||||||
|
"[+globcasedetect?Pathname expansion and file name completion "
|
||||||
|
"automatically become case-insensitive on file systems where "
|
||||||
|
"the difference between upper- and lowercase is ignored for "
|
||||||
|
"file names. Each slash-separated path name component pattern "
|
||||||
|
"\ap\a is treated as \b~(i:\b\ap\a\b)\b if its parent directory "
|
||||||
|
"exists on a case-insensitive file system.]"
|
||||||
|
#endif
|
||||||
"[+globstar?Equivalent to \b-G\b.]"
|
"[+globstar?Equivalent to \b-G\b.]"
|
||||||
#if SHOPT_ESH
|
#if SHOPT_ESH
|
||||||
"[+gmacs?Enables/disables \bgmacs\b editing mode. \bgmacs\b "
|
"[+gmacs?Enables/disables \bgmacs\b editing mode. \bgmacs\b "
|
||||||
|
|
Loading…
Reference in a new issue