Date: Sun, 22 Aug 2010 21:32:40 +0200 From: Jilles Tjoelker <jilles@stack.nl> To: Remko Lodder <remko@elvandar.org> Cc: Anonymous <swell.k@gmail.com>, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211621 - head/bin/sh Message-ID: <20100822193240.GC42636@stack.nl> In-Reply-To: <7047B3CD-B22C-48D6-AE7B-FD705488E11F@elvandar.org> References: <201008221304.o7MD40lP004588__49386.4383352504$1282482264$gmane$org@svn.freebsd.org> <86fwy6ziyr.fsf@gmail.com> <7047B3CD-B22C-48D6-AE7B-FD705488E11F@elvandar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100822193240.GC42636>