From owner-freebsd-doc@FreeBSD.ORG Sat Sep 1 19:59:03 2007 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9812E16A418 for ; Sat, 1 Sep 2007 19:59:03 +0000 (UTC) (envelope-from jmbrannan@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 7AD3813C480 for ; Sat, 1 Sep 2007 19:59:03 +0000 (UTC) (envelope-from jmbrannan@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so606073rvb for ; Sat, 01 Sep 2007 12:58:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XNCPDEezIeZTeZkTKuOxTeR1TS+q4+19m43yQvjbGKENw8h13cjcE1nKrn13PXzatXItBqa8kO8+LYsXB7HetMpM5SI49k4oaRbnDDth24oqSVex0mKYdmgvJBg+ZRBoztUJb7PUrNA7vCWg+gia/gAd5HkFhSJQ4RvOcMTV0SA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=imgAUM6HLqXMev5kjZP4ilLtnWlLqhF9LJJK93yEEliB3meVPaGRw0xQZmV7JRqXoMxb2aFGKIYps+U0y+SoI9Jie44lZHSPb6E5wvb5OGc5FzUz8WQJpY7XTwQfK0hWyGmtxI3cf0n6GvFfAqYWzUe2TwkRzQYB8AZ5riBBBr4= Received: by 10.141.167.5 with SMTP id u5mr1269227rvo.1188675021487; Sat, 01 Sep 2007 12:30:21 -0700 (PDT) Received: by 10.141.212.21 with HTTP; Sat, 1 Sep 2007 12:30:21 -0700 (PDT) Message-ID: <622d610c0709011230i34f918e8t3e42e3208eada6fa@mail.gmail.com> Date: Sat, 1 Sep 2007 14:30:21 -0500 From: "Marshall Brannan" To: freebsd-doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Typo in FreeBSD manual 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: Sat, 01 Sep 2007 19:59:03 -0000 I found the following typo in the FreeBSD manual under section 4.5.4.2: ----------------------------------------------------- To avoid using ports, specify -PP. # portupgrade -PR gnome2 ----------------------------------------------------- "To avoid using ports, specify -PP." should be changed to: "To avoid using ports, specify -PR." I hope this is the right place to post a message like this! Thanks, Marshall