Date: Tue, 4 Sep 2001 19:57:11 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: "David E. O'Brien" <obrien@FreeBSD.org>, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20010904195711.A16547@sunbay.com> In-Reply-To: <XFMail.010904095152.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Tue, Sep 04, 2001 at 09:51:52AM -0700 References: <200109041000.f84A0Kb35812@freefall.freebsd.org> <XFMail.010904095152.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 04, 2001 at 09:51:52AM -0700, John Baldwin wrote:
>
> On 04-Sep-01 David E. O'Brien wrote:
> > obrien 2001/09/04 03:00:20 PDT
> >
> > Modified files:
> > share/man/man9 style.9
> > Log:
> > Fix style bug from rev 1.20 in `struct foo' definition example to match the
> > `struct foo' definition example from rev 1.1.
> >
> > (proper CSRG style was also verified with /sys/sys/{bio,file}.h)
>
> Erm, according to bruce, the struct<tab>foo is the proper style.
>
This rule only applies when inside the structure declaration.
> You'll need to reformat a lot of files then.
>
Much less than in the opposite direction:
# grep -r "^struct^I" /CURRENT/usr/include | wc -l
514
# grep -r "^struct " /CURRENT/usr/include | wc -l
3034
Cheers,
--
Ruslan Ermilov Oracle Developer/DBA,
ru@sunbay.com Sunbay Software AG,
ru@FreeBSD.org FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
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?20010904195711.A16547>
