Date: Tue, 20 Sep 2016 16:16:39 -0500 From: Pedro Giffuni <pfg@FreeBSD.org> To: Warner Losh <imp@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r306010 - head/share/man/man9 Message-ID: <f79e319c-eaee-e9a2-0548-f4998e1bb146@FreeBSD.org> In-Reply-To: <201609200450.u8K4osHX021493@repo.freebsd.org> References: <201609200450.u8K4osHX021493@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 19/09/2016 23:50, Warner Losh wrote: > Author: imp > Date: Tue Sep 20 04:50:53 2016 > New Revision: 306010 > URL: https://svnweb.freebsd.org/changeset/base/306010 > > Log: > Document existing practice and be more clear about sys/foo.h files > being alphabetical with sys/param.h or sys/types.h being first. Expand > the example to hopefully make this (slightly) clearer. > > Noticed by: cem@ > > Modified: > head/share/man/man9/style.9 > > Modified: head/share/man/man9/style.9 > ============================================================================== > --- head/share/man/man9/style.9 Tue Sep 20 04:33:58 2016 (r306009) > +++ head/share/man/man9/style.9 Tue Sep 20 04:50:53 2016 (r306010) > @@ -118,17 +118,21 @@ Leave another blank line before the head > .Pp > Kernel include files (i.e.\& > .Pa sys/*.h ) > -come first; normally, include > +come first sorted alphebetially where possible. s/alphebetially/alphabetically/ ? ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f79e319c-eaee-e9a2-0548-f4998e1bb146>