From owner-cvs-all Tue Sep 4 2:49: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 0DBB437B406; Tue, 4 Sep 2001 02:48:54 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f849mVN90716; Tue, 4 Sep 2001 02:48:31 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Sep 2001 02:48:27 -0700 From: "David O'Brien" To: Jake Burkholder Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/include frame.h Message-ID: <20010904024827.A90687@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109040939.f849dJG79319@k7.locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109040939.f849dJG79319@k7.locore.ca>; from jake@k7.locore.ca on Tue, Sep 04, 2001 at 05:39:19AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 On Tue, Sep 04, 2001 at 05:39:19AM -0400, Jake Burkholder wrote: > > obrien 2001/09/04 02:23:23 PDT > > > > Modified files: > > sys/sparc64/include frame.h > > Log: > > style(9) the structure names > > > > Revision Changes Path > > 1.7 +7 -7 src/sys/sparc64/include/frame.h > > > > This is wrong. Style(9) wants a tab after the struct keyword. > #include > struct foo { > ^^^^^^^^ * $FreeBSD: src/share/man/man9/style.9,v 1.62 2001/08/14 10:01:50 ru Exp * $$ ..snip.. .Bd -literal$ struct foo {$ ^^^^^ ^Istruct^Ifoo *next;^I/* List of active foo */ Looks like style(9) is inconsistent. Lets get BDE to comment on this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message