From owner-freebsd-doc@FreeBSD.ORG Sat Sep 18 07:10:22 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4186F16A4D5 for ; Sat, 18 Sep 2004 07:10:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE2843D39 for ; Sat, 18 Sep 2004 07:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8I7ALVd042066 for ; Sat, 18 Sep 2004 07:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8I7ALXS042065; Sat, 18 Sep 2004 07:10:21 GMT (envelope-from gnats) Date: Sat, 18 Sep 2004 07:10:21 GMT Message-Id: <200409180710.i8I7ALXS042065@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Joel Dahl Subject: Re: docs/71826: [PATCH] Whitespace cleanup X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joel Dahl List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2004 07:10:22 -0000 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." Joel