Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2010 14:00:31 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh sh.1
Message-ID:  <201010231400.o9NE0m0q065666@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-10-23 14:00:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    bin/sh               sh.1 
  Log:
  SVN rev 214241 on 2010-10-23 14:00:31Z by jilles
  
  MFC r212417: sh(1): Remove xrefs for expr(1) and getopt(1).
  
  expr(1) should usually not be used as various forms of parameter expansion
  and arithmetic expansion replicate most of its functionality in an easier
  way.
  
  getopt(1) should not be used at all in new code. Instead, getopts(1) or
  entirely manual parsing should be used.
  
  Revision   Changes    Path
  1.125.2.5  +1 -3      src/bin/sh/sh.1



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