From owner-freebsd-doc@FreeBSD.ORG Fri Dec 1 07:42:46 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4B1E16A415 for ; Fri, 1 Dec 2006 07:42:46 +0000 (UTC) (envelope-from amarendra.godbole@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F20E43CA3 for ; Fri, 1 Dec 2006 07:42:33 +0000 (GMT) (envelope-from amarendra.godbole@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1749981pyh for ; Thu, 30 Nov 2006 23:42:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pXg0NcwgN6wGxxWBqYjf2oNLAyWtkwwxA1CYksoFDKVSKF5/zh19MpEteuw7CwZfbCSe+maotlexDrrg8Fvog8mP+JuVk/p5nqyMhLfhzeDIHibK66rg/b/sgF2G9zhe0umMqzLOOOykWxPSukLKpRo9Hn9wxubisUFuCOyu2xo= Received: by 10.35.49.15 with SMTP id b15mr8095481pyk.1164958965152; Thu, 30 Nov 2006 23:42:45 -0800 (PST) Received: by 10.35.108.7 with HTTP; Thu, 30 Nov 2006 23:42:45 -0800 (PST) Message-ID: <294439d20611302342n31b803c1n91707cfd83fc1421@mail.gmail.com> Date: Fri, 1 Dec 2006 13:12:45 +0530 From: "Amarendra Godbole" To: freebsd-doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Correction in handbook section "6.3.4 - OpenOffice.org" 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: Fri, 01 Dec 2006 07:42:46 -0000 Hi, Handbook section 6.3.4 for OpenOffice.org incorrectly mentions that one should use "pkg_add -r openoffice" to install OpenOffice.org package. The correct entry should be "pkg_add -r openoffice.org", as the ftp site from where pkg_add fetches the package has it listed as openoffice.org.tgz. The incorrect entry is: To install OpenOffice.org, do: # pkg_add -r openoffice The corrected entry is: To install OpenOffice.org, do: # pkg_add -r openoffice.org The handbook section 6.3.4 can be found at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-productivity.html Kindly update the Handbook accordingly. Thanks in advance. Best, Amarendra -- Pune, INDIA.