From owner-svn-src-all@FreeBSD.ORG Sun Aug 22 19:32:42 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 069E71065673; Sun, 22 Aug 2010 19:32:42 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104]) by mx1.freebsd.org (Postfix) with ESMTP id BFAF98FC1E; Sun, 22 Aug 2010 19:32:41 +0000 (UTC) Received: from turtle.stack.nl (turtle.stack.nl [IPv6:2001:610:1108:5010::132]) by mx1.stack.nl (Postfix) with ESMTP id A49AE35A838; Sun, 22 Aug 2010 21:32:40 +0200 (CEST) Received: by turtle.stack.nl (Postfix, from userid 1677) id 8F6101721D; Sun, 22 Aug 2010 21:32:40 +0200 (CEST) Date: Sun, 22 Aug 2010 21:32:40 +0200 From: Jilles Tjoelker To: Remko Lodder Message-ID: <20100822193240.GC42636@stack.nl> References: <201008221304.o7MD40lP004588__49386.4383352504$1282482264$gmane$org@svn.freebsd.org> <86fwy6ziyr.fsf@gmail.com> <7047B3CD-B22C-48D6-AE7B-FD705488E11F@elvandar.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7047B3CD-B22C-48D6-AE7B-FD705488E11F@elvandar.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Anonymous , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211621 - head/bin/sh X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2010 19:32:42 -0000 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