From owner-freebsd-doc@FreeBSD.ORG Wed Feb 1 22:15:08 2006 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BAE216A420 for ; Wed, 1 Feb 2006 22:15:08 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC2A43D5F for ; Wed, 1 Feb 2006 22:15:03 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so250192nzo for ; Wed, 01 Feb 2006 14:15:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n25tnRN9P1LwLPk4U4riNSTV2UwQ778HOGleWItswS9oKuEhcTe4WDapEVY7M6YO5otuILW0OLeoJa6XDWO7Cm9P76rSQ1BYaTMB8YnDGJ3NoOwMKgKe5cBFcdZ0LJBed1Y1k4hD23Q5tfdUIsMHU7lrIzmb5uKvnblEUTScQQM= Received: by 10.65.214.17 with SMTP id r17mr7465qbq; Wed, 01 Feb 2006 14:15:02 -0800 (PST) Received: by 10.65.188.19 with HTTP; Wed, 1 Feb 2006 14:15:02 -0800 (PST) Message-ID: <54db43990602011415q258a423fq17a7636caf46e491@mail.gmail.com> Date: Wed, 1 Feb 2006 17:15:02 -0500 From: Bob Johnson To: Stephen Fisher In-Reply-To: <20060201205502.GB20683@ux1sjc1.calicat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060201205502.GB20683@ux1sjc1.calicat.org> Cc: bobo1001@mailtest2.eng.ufl.edu, doc@freebsd.org Subject: Re: Possible grammatical error X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 22:15:08 -0000 On 2/1/06, Stephen Fisher wrote: > > I noticed a possible grammatical error in this document: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-bu= ilding.html > > Under procedure 2, it says: > > "Tip: By default, when you build a custom kernel, all kernel modules > also will be rebuilded. If you want to update a kernel faster or to > build only custom modules, you should edit /etc/make.conf before > starting to build the kernel:" > > Shouldn't it say "also will be rebuilt" instead of rebuilded. Yes, but "...will also be rebuilt." would probably be even better. - Bob