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

next in thread | previous in thread | raw e-mail | index | archive | help
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.

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?200107200248.f6K2m0o62317>