Date: Fri, 10 Sep 2010 13:40: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: <201009101340.o8ADeegx080781@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-09-10 13:40:31 UTC
FreeBSD src repository
Modified files:
bin/sh sh.1
Log:
SVN rev 212417 on 2010-09-10 13:40:31Z by jilles
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.
MFC after: 1 week
Revision Changes Path
1.144 +1 -3 src/bin/sh/sh.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009101340.o8ADeegx080781>
