git: sh(1): Improve documentation of shell patterns:

Peter Avalos pavalos at crater.dragonflybsd.org
Sun Aug 21 16:33:31 PDT 2011


commit 2fbd2f096aa888a38a58434b932565952c2169a1
Author: Peter Avalos <pavalos at dragonflybsd.org>
Date:   Sun Aug 21 15:07:23 2011 -0700

    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

Summary of changes:
 bin/sh/sh.1 |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2fbd2f096aa888a38a58434b932565952c2169a1


-- 
DragonFly BSD source repository





More information about the Commits mailing list