From owner-freebsd-chat@FreeBSD.ORG Sat Jul 18 00:33:34 2009 Return-Path: Delivered-To: chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94351106566B for ; Sat, 18 Jul 2009 00:33:34 +0000 (UTC) (envelope-from reed@reedmedia.net) Received: from c-0500.emailmediator.com (c-0500.emailmediator.com [64.85.162.118]) by mx1.freebsd.org (Postfix) with ESMTP id 722E78FC17 for ; Sat, 18 Jul 2009 00:33:34 +0000 (UTC) (envelope-from reed@reedmedia.net) Received: from pool-173-74-38-198.dllstx.fios.verizon.net ([173.74.38.198] helo=reedmedia.net) by c-0500.emailmediator.com with esmtpa (Exim 4.69) (envelope-from ) id 1MRxOI-0006zJ-Ns; Fri, 17 Jul 2009 20:03:03 -0400 Received: from reed@reedmedia.net by reedmedia.net with local (mailout 0.17) id 19377-1247875384; Fri, 17 Jul 2009 19:03:05 -0500 Date: Fri, 17 Jul 2009 19:03:04 -0500 (CDT) From: "Jeremy C. Reed" To: Brett Glass In-Reply-To: <200907172257.QAA15292@lariat.net> Message-ID: References: <200907172257.QAA15292@lariat.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: chat@freebsd.org Subject: Re: Bourne shell short-circuit operators improperly documented X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2009 00:33:34 -0000 The only problem to me is that it says "AND-OR" since they are not C-style logical operators. It should just say "conditional execution".