From owner-cvs-all Fri Jul 20 0:34:35 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id D68FC37B401; Fri, 20 Jul 2001 00:34:30 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 3DE0D3E2F; Fri, 20 Jul 2001 00:34:30 -0700 (PDT) To: obrien@FreeBSD.org Cc: Warner Losh , Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 In-Reply-To: <20010719232739.A1505@dragon.nuxi.com>; from obrien@FreeBSD.org on "Thu, 19 Jul 2001 23:27:39 -0700" Date: Fri, 20 Jul 2001 00:34:30 -0700 From: Dima Dorfman Message-Id: <20010720073430.3DE0D3E2F@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "David O'Brien" writes: > On Thu, Jul 19, 2001 at 11:01:05PM -0700, Dima Dorfman wrote: > > +If you have to wrap a long statement, put the operator at the end of the > > +line. > ^ > when it fits, at the begining of the continuation line if that > makes things fit. I'm not quite sure what you're suggesting. If it doesn't fit, you should make it fit. The above is akin to changing "braces go on the same line as the if" to "braces go on the same line as the if unless it doesn't fit, in which case they may go on the next line". This may be implied, but if you think it should be mentioned explicitly here, it should probably be mentioned explicitly everywhere else as well. IMO, the implication is sufficient. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message