From owner-freebsd-doc@FreeBSD.ORG Sun Feb 27 18:12:58 2005 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 63E6816A4CE; Sun, 27 Feb 2005 18:12:58 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 244B243D2F; Sun, 27 Feb 2005 18:12:57 +0000 (GMT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205])j1RICihO063925; Sun, 27 Feb 2005 19:12:44 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost.blackend.org [127.0.0.1]) j1RIChd6028798; Sun, 27 Feb 2005 19:12:43 +0100 (CET) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.13.1/8.13.1/Submit) id j1RICgmu028797; Sun, 27 Feb 2005 19:12:42 +0100 (CET) (envelope-from marc) Date: Sun, 27 Feb 2005 19:12:42 +0100 From: Marc Fonvieille To: Remko Lodder Message-ID: <20050227181242.GG2309@nosferatu.blackend.org> Mail-Followup-To: Remko Lodder , freebsd-doc@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org References: <200502271440.j1REeFta013299@freefall.freebsd.org> <20050227145956.GQ2309@nosferatu.blackend.org> <20050227152013.GG62049@elvandar.org> <20050227155109.GC2309@nosferatu.blackend.org> <20050227161648.GJ62049@elvandar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050227161648.GJ62049@elvandar.org> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.3-STABLE cc: freebsd-doc@FreeBSD.org cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/76057: Handbook method for obtaining OpenOffice doesn't work 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: Sun, 27 Feb 2005 18:12:58 -0000 On Sun, Feb 27, 2005 at 05:16:49PM +0100, Remko Lodder wrote: > > So that would make the below diff? :-) > > Index: chapter.sgml > =================================================================== > RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml,v > retrieving revision 1.50 > diff -u -r1.50 chapter.sgml > --- chapter.sgml 20 Feb 2005 12:51:33 -0000 1.50 > +++ chapter.sgml 27 Feb 2005 15:54:46 -0000 > @@ -635,6 +635,15 @@ > > &prompt.root; pkg_add -r openoffice > > + > + If you are not running a -RELEASE > + version of &os; this might not work. You should then look on > + the FreeBSD OpenOffice Porting Team web site and download the > + appropriate package and install the package using > + &man.pkg_add.1;. You will also find the latest version and > + the latest development version here. > + Maybe I'm picky but I'm not sure about the use of "here" (there?), perhaps the last sentence may be reworded in "You will also find the latest production and developement versions...". I dunno, someone with better english skills should correct me. Marc