From owner-cvs-all Mon Nov 25 23:35:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F419937B401; Mon, 25 Nov 2002 23:35:56 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FAC543EC2; Mon, 25 Nov 2002 23:35:55 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA31862; Tue, 26 Nov 2002 18:35:31 +1100 Date: Tue, 26 Nov 2002 18:48:56 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp Cc: "M. Warner Losh" , , , , Subject: Re: cvs commit: src/sbin/fsck_ffs pass5.c In-Reply-To: <89069.1038295453@critter.freebsd.dk> Message-ID: <20021126184717.G3319-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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, 26 Nov 2002, Poul-Henning Kamp wrote: > What happened to the rule about sticking to the style of the file > you're working in ? There doesn't seem to be such a rule except in my version of style.9. %%% Index: style.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/style.9,v retrieving revision 1.95 diff -u -2 -r1.95 style.9 --- style.9 1 Nov 2002 16:20:31 -0000 1.95 +++ style.9 13 Nov 2002 04:46:21 -0000 @@ -48,4 +48,11 @@ /* + * Internal consistency (per-file) has precedence over these rules. + */ +.Ed +.\" Most files are not internally consistent, so these rules usually +.\" apply :-). +.Bd -literal -offset 0i +/* * VERY important single-line comments look like this. */ %%% Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message