Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2011 22:08:26 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh sh.1
Message-ID:  <201106242208.p5OM8kuC080322@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2011-06-24 22:08:26 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               sh.1 
  Log:
  SVN rev 223522 on 2011-06-24 22:08:26Z by jilles
  
  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.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.173     +10 -5     src/bin/sh/sh.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106242208.p5OM8kuC080322>