Date: Tue, 26 Nov 2002 18:48:56 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Poul-Henning Kamp <phk@critter.freebsd.dk> Cc: "M. Warner Losh" <imp@bsdimp.com>, <grog@FreeBSD.org>, <julian@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/sbin/fsck_ffs pass5.c Message-ID: <20021126184717.G3319-100000@gamplex.bde.org> In-Reply-To: <89069.1038295453@critter.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021126184717.G3319-100000>