svn commit: r211621 - head/bin/sh

Jilles Tjoelker jilles at stack.nl
Sun Aug 22 19:32:42 UTC 2010


On Sun, Aug 22, 2010 at 09:24:56PM +0200, Remko Lodder wrote:
> >> ==============================================================================
> >> --- head/bin/sh/sh.1	Sun Aug 22 12:03:31 2010	(r211620)
> >> +++ head/bin/sh/sh.1	Sun Aug 22 13:04:00 2010	(r211621)
> > [...]
> >> +.It Short-circuit evaluation
> >> +The
> >> +.Li &&
> >> +and
> >> +.Li ||
> >> +operators always evaluate both sides.
> >> +This is a bug.
> >> +.El
> >> .Pp

> > Why not put it in the BUGS section then?

> FreeBSD doesn't contain BUGS.. so we dont need to...

> (Just kidding ofcourse). I am sure Jilles has a reason :-)

The sh(1) man page is so long that I do not expect it to be read in its
entirety often. Therefore I have put the description of this bug near
the feature so that it is more likely to be seen at the appropriate
time.

-- 
Jilles Tjoelker


More information about the svn-src-head mailing list