From owner-cvs-all Thu Jul 19 19:48:15 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6597437B405; Thu, 19 Jul 2001 19:48:06 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f6K2m1F35482; Thu, 19 Jul 2001 20:48:01 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f6K2m0o62317; Thu, 19 Jul 2001 20:48:00 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200107200248.f6K2m0o62317@harmony.village.org> To: Alfred Perlstein Subject: Re: cvs commit: src/share/man/man9 style.9 Cc: "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.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> Date: Thu, 19 Jul 2001 20:48:00 -0600 From: Warner Losh 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 In message <20010719152744.A37403@sneakerz.org> Alfred Perlstein writes: : * David E. O'Brien [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