From owner-cvs-all Mon Apr 23 13:36:36 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 062D337B424; Mon, 23 Apr 2001 13:36:30 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f3NKaTC48629; Mon, 23 Apr 2001 13:36:29 -0700 (PDT) (envelope-from obrien) Date: Mon, 23 Apr 2001 13:36:29 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/include stdio.h src/sys/sys vnode.h Message-ID: <20010423133629.A48534@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200104220156.f3M1uAa23259@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Mon, Apr 23, 2001 at 08:41:04AM -0700 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 X-Loop: FreeBSD.ORG On Mon, Apr 23, 2001 at 08:41:04AM -0700, John Baldwin wrote: > > * get rid of space (0x20) before tab (^I) > > * indent with ^I, not 0x20 > > * continuation line for prototypes is for 0x20's past function's name col. > > * etc. > > >From style(9): > > static char *function(int _arg, const char *_arg2, struct foo *_arg3, > struct bar *_arg4); > static void usage(void); > > Thus it seems that the continuation line for prototypes is to line up the > second line with the arguments. Hate to say this, but RTFM. :-) This isn't what the latest style.9 has. In rev 1.47 I changed it to match what I saw in CSRG headers. The style you show is from rev 1.18 (1997) and I could not corelate that with CSRG code. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message