From owner-freebsd-doc@FreeBSD.ORG Sat Sep 18 07:41:54 2004 Return-Path: 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 506C916A4CE for ; Sat, 18 Sep 2004 07:41:54 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88EA743D2F for ; Sat, 18 Sep 2004 07:41:53 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i8I7fpvC061049; Sat, 18 Sep 2004 09:41:51 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i8I7fpZR061048; Sat, 18 Sep 2004 09:41:51 +0200 (CEST) (envelope-from marc) Date: Sat, 18 Sep 2004 09:41:51 +0200 From: Marc Fonvieille To: Joel Dahl Message-ID: <20040918074151.GB60807@abigail.blackend.org> References: <200409180710.i8I7ALXS042065@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409180710.i8I7ALXS042065@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: freebsd-doc@FreeBSD.org Subject: Re: docs/71826: [PATCH] Whitespace cleanup X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2004 07:41:54 -0000 On Sat, Sep 18, 2004 at 07:10:21AM +0000, Joel Dahl wrote: > The following reply was made to PR docs/71826; it has been noted by GNATS. > > From: Joel Dahl > To: Marc Fonvieille > Cc: FreeBSD-gnats-submit@FreeBSD.org > Subject: Re: docs/71826: [PATCH] Whitespace cleanup > Date: Sat, 18 Sep 2004 09:05:42 +0200 > > While here, just one small note about "7.4.2.1.1 Building MPlayer": > > "However, if you need the XviD codec, you have to specify the WITH_XVID > option in the command line." > > Should be: > > "However, if you need the XviD codec, you have to specify the WITH_XVID > option on the command line." > It's "in", it follows "Additionally, a number of options can be specified in the make command line,..." scheme. Marc