sh(1): Improve documentation of shell patterns:
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 21 Aug 2011 22:07:23 +0000 (15:07 -0700)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 21 Aug 2011 22:07:23 +0000 (15:07 -0700)
commit2fbd2f096aa888a38a58434b932565952c2169a1
tree06359d1b4e1af819c013f7e312096fa3567aefa7
parentd09bba727736fcc6a9ba3f5051b39fbae21f1336
sh(1): Improve documentation of shell patterns:

* Shell patterns are also for ${var#pat} and the like.
* An '!' by itself will not trigger pathname generation so do not call
  it a meta-character, even though it has a special meaning directly
  after an '['.
* Character ranges are locale-dependent.
* A '^' will complement a character class like '!' but is non-standard.

Obtained-from:   FreeBSD 223522
bin/sh/sh.1