From owner-freebsd-doc@FreeBSD.ORG Fri Dec 1 08:28:32 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 ED7AE16A529 for ; Fri, 1 Dec 2006 08:28:32 +0000 (UTC) (envelope-from amarendra.godbole@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id C336F43CAD for ; Fri, 1 Dec 2006 08:26:33 +0000 (GMT) (envelope-from amarendra.godbole@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1754707pyh for ; Fri, 01 Dec 2006 00:26:14 -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=ZEZd7OIdoeJO/rjRjfXLT3+hVV3XvANl4ISGaIh3mBsaHf7mKJP5AwBJwmNt2fjDDeenlVX1Tposu54HnkYOIydIBF9rJ4GIc5mpF7brtjgBz2Mc9m9sKYKSBR/vinf9ZBas8SNCqboDgGZB8nB34Sn2M/1gbCgg59z8j6LfBv4= Received: by 10.35.50.1 with SMTP id c1mr4955363pyk.1164961574262; Fri, 01 Dec 2006 00:26:14 -0800 (PST) Received: by 10.35.108.7 with HTTP; Fri, 1 Dec 2006 00:26:14 -0800 (PST) Message-ID: <294439d20612010026j4a5bd86cy23a9e23d5248be6e@mail.gmail.com> Date: Fri, 1 Dec 2006 13:56:14 +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 08:28:33 -0000 [Resending it after subscribing to freebsd-doc, as earlier the email seems not to have gone through --Amarendra] 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.