Date: Mon, 22 Apr 2002 03:59:29 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Doug Barton <DougB@FreeBSD.org> Cc: Dag-Erling Smorgrav <des@ofug.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/savecore savecore.c Message-ID: <20020422005928.GC17192@hades.hell.gr> In-Reply-To: <20020421153455.T17880-100000@master.gorean.org> References: <xzpofgc52cp.fsf@flood.ping.uio.no> <20020421153455.T17880-100000@master.gorean.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-04-21 15:35, Doug Barton wrote: > On 21 Apr 2002, Dag-Erling Smorgrav wrote: > > > Here's a partial list of programs that incorrectly spell "usage" with > > a capital 'U': > > Why do you think this is incorrect? Consistency with the majority of the files that we have now in the tree? Most of the strings that contain `[uU]sage' seem to be lowercased now: $ cd /a/src $ find . -type f -name '*.c' | xargs grep '"usage:' | wc -l 769 $ find . -type f -name '*.c' | xargs grep '"Usage:' | wc -l 364 Mind you, I didn't try to exclude the contrib/ stuff, but this shows that "usage:" is preferred. - Giorgos 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?20020422005928.GC17192>