From owner-cvs-all@FreeBSD.ORG Wed Nov 8 18:02:23 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A3F816A415; Wed, 8 Nov 2006 18:02:23 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9281043D9E; Wed, 8 Nov 2006 18:01:50 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kA8I1aLs068152; Wed, 8 Nov 2006 13:01:37 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ceri Davies Date: Wed, 8 Nov 2006 13:01:27 -0500 User-Agent: KMail/1.9.1 References: <200611071654.kA7GsWbj097708@repoman.freebsd.org> <200611071700.27822.jhb@freebsd.org> <20061107222022.GI83597@submonkey.net> In-Reply-To: <20061107222022.GI83597@submonkey.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611081301.28731.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 08 Nov 2006 13:01:38 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2177/Wed Nov 8 11:10:40 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-doc@freebsd.org, Daniel Gerzo , cvs-all@freebsd.org, Daniel Gerzo , Max Laier , doc-committers@freebsd.org Subject: Re: cvs commit: www/en about.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2006 18:02:23 -0000 On Tuesday 07 November 2006 17:20, Ceri Davies wrote: > On Tue, Nov 07, 2006 at 05:00:26PM -0500, John Baldwin wrote: > > On Tuesday 07 November 2006 15:16, Daniel Gerzo wrote: > > > Hello, > > > > > > Tuesday, November 7, 2006, 8:54:23 PM, you wrote: > > > > > > > [ Not a native speaker ] > > > > > > > On Tuesday 07 November 2006 19:55, Ceri Davies wrote: > > > >> On Tue, Nov 07, 2006 at 04:54:31PM +0000, Daniel Gerzo wrote: > > > >> > danger 2006-11-07 16:54:31 UTC > > > >> > > > > >> > FreeBSD doc repository > > > >> > > > > >> > Modified files: > > > >> > en about.sgml > > > >> > Log: > > > >> > - improve grammar > > > >> > > > > >> > | @@ -54,7 +54,7 @@ > > > >> > | including CD-ROM, DVD-ROM, floppy disk, magnetic > > tape, > > > >> > | an MS-DOS® partition, or if you have a network > > > >> > | connection, you can install it directly over > > > >> > | - anonymous FTP or NFS. All you need is > > > >> > | + anonymous FTP or NFS. All you need are > > > >> > | > > >> > | > > > >> > | href="&base;/doc/en_US.ISO8859-1/books/handbook/install.html">these > > > >> > | directions.

> > > >> > > > >> This change isn't correct - "these directions" is the object of this > > > >> sentence and the verb "is" should agree with the subject "all you > > > >> need", which is singular. > > > > > > > I was confused by this, can you tell me if the following sounds right? > > > > > > I'm confused too, it sounds with "are" better to me, but I might be > > > wrong. English fluents around, please step up and tell us what's the > > > correct form of this sentence? > > > > Hmm, I think 'are' is correct. Compare these two sentences: > > > > These directions are all you need. > > > > These directions is all you need. > > Those two sentences invert the subject and object. Yes, but since you are using a linking verb, subject == object. Either both are singular or both are plural. See John Hein's excellent followup. I think the real solution is to reword the darn thing as it reads awkward with the current arrangement regardless of is/are. :) > > If you flip it that way, 'are' is obviously correct, and you are using a > > linking verb to basically express equality (these directions == all [you > > need]). In this case you are linking 'all' with the object. Thus: > > > > All you need is a green car. (all == car is singular) > > > > All you need are two green cars and a stick of dynamite for some fun. > > (all == cars + dynamite is plural) > > You're making the same mistake as Daniel. The CMS is very clear on > this. I think "all you need" is a very ambiguous phrase which is the problem. If I said "All style books are dumb." It's very clear that "books" is the root subject and is plural. But what is the actual subject of "all you need"? It's not "you". It's certainly not "need". -- John Baldwin