DragonFly BSD
DragonFly commits List (threaded) for 2011-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 21 Aug 2011 16:32:33 -0700 (PDT)

commit 2fbd2f096aa888a38a58434b932565952c2169a1
Author: Peter Avalos <pavalos@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]