From owner-freebsd-doc@FreeBSD.ORG Sun Feb 19 20:30:05 2012 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E90051065676 for ; Sun, 19 Feb 2012 20:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE5488FC08 for ; Sun, 19 Feb 2012 20:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1JKU5dt015833 for ; Sun, 19 Feb 2012 20:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1JKU567015828; Sun, 19 Feb 2012 20:30:05 GMT (envelope-from gnats) Date: Sun, 19 Feb 2012 20:30:05 GMT Message-Id: <201202192030.q1JKU567015828@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Isabell Long Cc: Subject: Re: docs/165250: "5.5.4.3 Upgrading Ports using Portmanager" should be clearer about flags X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Isabell Long List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 20:30:06 -0000 The following reply was made to PR docs/165250; it has been noted by GNATS. From: Isabell Long To: Stefan Lasiewski Cc: bug-followup@FreeBSD.org Subject: Re: docs/165250: "5.5.4.3 Upgrading Ports using Portmanager" should be clearer about flags Date: Sun, 19 Feb 2012 20:05:21 +0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, On Fri, Feb 17, 2012 at 07:18:44PM +0000, Stefan Lasiewski wrote: [...] > Can you please make the documentation clearly state that the proper flags should be `-u -ui` and not `-ui`. Thanks for the report - attached is a patch. Isabell. --wac7ysb48OaltWcw Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="portmanager.diff" Index: chapter.sgml =================================================================== RCS file: /home/isabell/freebsd/doc-cvs/doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v retrieving revision 1.296 diff -u -r1.296 chapter.sgml --- chapter.sgml 18 Feb 2012 05:33:47 -0000 1.296 +++ chapter.sgml 19 Feb 2012 20:06:04 -0000 @@ -1256,7 +1256,9 @@ &prompt.root; portmanager -u - You can add the flag to get asked for + You can add the flag to the above + command (portmanager -u -ui) to be + prompted for confirmation of every step Portmanager will perform. Portmanager can also be used to install new ports on the system. Unlike the usual --wac7ysb48OaltWcw--