Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2011 12:30:34 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh sh.1
Message-ID:  <201107011230.p61CUoxX051684@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jilles      2011-07-01 12:30:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    bin/sh               sh.1 
  Log:
  SVN rev 223711 on 2011-07-01 12:30:34Z by jilles
  
  MFC r223522: 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.
  
  Revision    Changes    Path
  1.130.2.16  +11 -6     src/bin/sh/sh.1



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