Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2010 16:06:32 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh sh.1
Message-ID:  <201009191606.o8JG6lRQ011441@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-09-19 16:06:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    bin/sh               sh.1 
  Log:
  SVN rev 212864 on 2010-09-19 16:06:32Z 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.130.2.6  +1 -3      src/bin/sh/sh.1



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