From owner-svn-doc-all@FreeBSD.ORG Tue May 12 15:07:27 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4781731; Tue, 12 May 2015 15:07:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B36371947; Tue, 12 May 2015 15:07:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4CF7RQp014840; Tue, 12 May 2015 15:07:27 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4CF7Rsm014839; Tue, 12 May 2015 15:07:27 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201505121507.t4CF7Rsm014839@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 12 May 2015 15:07:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46684 - head/en_US.ISO8859-1/books/handbook/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 15:07:27 -0000 Author: brd Date: Tue May 12 15:07:26 2015 New Revision: 46684 URL: https://svnweb.freebsd.org/changeset/doc/46684 Log: Simplify the section on upgrading with pkg. Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Tue May 12 14:41:57 2015 (r46683) +++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Tue May 12 15:07:26 2015 (r46684) @@ -807,19 +807,14 @@ Proceed with deleting packages [y/N]: Upgrading Installed Packages - Packages that are outdated can be found with - pkg version. If a local ports tree - does not exist, pkg-version(8) will use the remote - repository catalogue. Otherwise, the local ports tree will - be used to identify package versions. - Installed packages can be upgraded to their latest - versions by typing pkg upgrade. This - command will compare the installed versions with those - available in the repository catalogue. When finished, it - will list the applications that have newer versions. Type - y to proceed with the upgrade or - n to cancel the upgrade. + versions by running: + + &prompt.root; pkg upgrade + + This command will compare the installed versions with those + available in the repository catalogue and upgrade them from the + repository.