Date: Sun, 22 Aug 2010 20:54:20 +0400 From: Anonymous <swell.k@gmail.com> To: Jilles Tjoelker <jilles@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211621 - head/bin/sh Message-ID: <86fwy6ziyr.fsf@gmail.com> References: <201008221304.o7MD40lP004588__49386.4383352504$1282482264$gmane$org@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Jilles Tjoelker <jilles@FreeBSD.org> writes: > Author: jilles > Date: Sun Aug 22 13:04:00 2010 > New Revision: 211621 > URL: http://svn.freebsd.org/changeset/base/211621 > > Log: > sh(1): Add a brief summary of arithmetic expressions. > > Modified: > head/bin/sh/sh.1 > > Modified: head/bin/sh/sh.1 > ============================================================================== > --- 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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86fwy6ziyr.fsf>