Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2001 20:50:47 -0600
From:      Warner Losh <imp@harmony.village.org>
Cc:        Alfred Perlstein <bright@sneakerz.org>, "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:  <200107200250.f6K2olo62361@harmony.village.org>
In-Reply-To: Your message of "Thu, 19 Jul 2001 20:48:00 MDT." <200107200248.f6K2m0o62317@harmony.village.org> 
References:  <200107200248.f6K2m0o62317@harmony.village.org>  <20010719152744.A37403@sneakerz.org> <200107191803.f6JI3he58920@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <200107200248.f6K2m0o62317@harmony.village.org> Warner Losh writes:
: In message <20010719152744.A37403@sneakerz.org> Alfred Perlstein writes:
: : * David E. O'Brien <obrien@FreeBSD.org> [010719 13:03] wrote:
: : > obrien      2001/07/19 11:03:43 PDT
: : > 
: : >   Modified files:
: : >     share/man/man9       style.9 
: : >   Log:
: : >   State explicitly how the manpage "DESCRIPTION" options should be listed.
: : 
: : This page needs an update to explain how we handle line wrap in
: : conditional constructs:
: : 
: : if (fooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo &&
: :     bar) {
: 
: It already does:
:                                      warnx("illegal number, -n argument -- %s",
:                                          optarg);
:                                      usage();
: and
: 
:      Indentation is an 8 character tab.  Second level indents are four spaces.
: 
: Seem to cover that case, which is 4 spaces.

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.

Warner

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?200107200250.f6K2olo62361>