Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2001 21:57:04 -0500
From:      Alfred Perlstein <bright@sneakerz.org>
To:        Warner Losh <imp@harmony.village.org>
Cc:        "David E. O'Brien" <obrien@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/share/man/man9 style.9
Message-ID:  <20010719215704.G37403@sneakerz.org>
In-Reply-To: <200107200250.f6K2olo62361@harmony.village.org>; from imp@harmony.village.org on Thu, Jul 19, 2001 at 08:50:47PM -0600
References:  <200107200248.f6K2m0o62317@harmony.village.org> <20010719152744.A37403@sneakerz.org> <200107191803.f6JI3he58920@freefall.freebsd.org> <200107200248.f6K2m0o62317@harmony.village.org> <200107200250.f6K2olo62361@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Warner Losh <imp@harmony.village.org> [010719 21:50] wrote:
> 
> Or are you asking about is it
> 
> 	if (foo &&
> 	    bar)
> vs
> 	if (foo
> 	    && bar)
> 
> in which case, you are correct.  I don't see that documented.  Most of
> the code uses the former, and bde seems to review my code that way.

Basically, continuations of code lines are documented, but not
conditionals, also that specifically is completely not documented.

-- 
-Alfred Perlstein [alfred@freebsd.org]
Ok, who wrote this damn function called '??'?
And why do my programs keep crashing in it?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010719215704.G37403>