K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-09-19T16:06:32.142177Z K 7 svn:log V 328 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. END