From owner-svn-doc-projects@FreeBSD.ORG Fri Nov 16 15:24:57 2012 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17CE8B5; Fri, 16 Nov 2012 15:24:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E64338FC13; Fri, 16 Nov 2012 15:24:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAGFOuNs012929; Fri, 16 Nov 2012 15:24:56 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAGFOulP012928; Fri, 16 Nov 2012 15:24:56 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201211161524.qAGFOulP012928@svn.freebsd.org> From: Glen Barber Date: Fri, 16 Nov 2012 15:24:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r40030 - projects/pkgng/en_US.ISO8859-1/books/handbook/ports X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2012 15:24:57 -0000 Author: gjb Date: Fri Nov 16 15:24:56 2012 New Revision: 40030 URL: http://svnweb.freebsd.org/changeset/doc/40030 Log: Fix build issues: - The proper environment tag is envar, not envvar. - pkg* manual pages do not have manrefs entries yet. - Fix a closing para tag. Modified: projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml Modified: projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml Fri Nov 16 14:22:04 2012 (r40029) +++ projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml Fri Nov 16 15:24:56 2012 (r40030) @@ -652,7 +652,7 @@ docbook = pkgng is not a replacement for port management tools like ports-mgmt/portmaster or ports-mgmt/portupgrade. + role="package">ports-mgmt/portupgrade. Getting Started with @@ -727,27 +727,27 @@ docbook = <para>The <application>pkgng</application> package management system uses a package repository for most operations. The default package repository location is the - <envvar>PACKAGESITE</envvar> defined in + <envar>PACKAGESITE</envar> defined in <filename>/usr/local/etc/pkg.conf</filename> unless - <envvar>PACKAGESITE</envvar> is defined in the local + <envar>PACKAGESITE</envar> is defined in the local environment.</para> <note> - <para>If <envvar>PACKAGESITE</envvar> is defined in the - environment, the &man.pkg.conf.5; - <envvar>PACKAGESITE</envvar> will be ignored.</para> + <para>If <envar>PACKAGESITE</envar> is defined in the + environment, the pkg.conf(5) + <envar>PACKAGESITE</envar> will be ignored.</para> </note> <para>Additional <application>pkgng</application> configuration options are described in - &man.pkg.conf.5;.</para> + pkg.conf(5).</para> </sect2> <sect2 id="pkgng-basic-usage"> <title>Basic <application>pkgng</application> Operations Usage information for pkgng is - available in the &man.pkg.8; manual page, or by running + available in the pkg(8) manual page, or by running pkg without additional arguments. Each pkgng command argument is @@ -789,12 +789,12 @@ pkg-1.0.2 New generation package manag pkg install uses repository data, as mentioned in . Conversely, pkg add does not use repository data, nor - does it use the defined PACKAGESITE, so + does it use the defined PACKAGESITE, so dependencies may not be properly tracked, and missing dependencies will not be fetched from a remote source. This section covers usage of pkg install. For information on usage of - pkg add, see &man.pkg-add.8;. + pkg add, see pkg-add(8). Additional binary packages can be installed with pkg install.  For example, to install @@ -850,7 +850,7 @@ Deleting curl-7.24.0_1... done Packages that are outdated can be found with pkg version. If a local ports tree - does not exist, &man.pkg-version.8; will use the remote + does not exist, pkg-version(8) will use the remote repository catalogue, otherwise the local ports tree will be used to identify package versions. @@ -932,7 +932,7 @@ Deinstalling ca_root_nss-3.13.5... done< includes its own package database backup mechanism. To manually backup the package database contents, run: - &prompt.root; pkg backup -d pkgng.db + &prompt.root; pkg backup -d pkgng.db Replace the file name @@ -965,7 +965,7 @@ Deinstalling ca_root_nss-3.13.5... done< By default, pkgng stores binary packages in a cache directory as defined by - PKG_CACHEDIR in &man.pkg.conf.5;. When + PKG_CACHEDIR in pkg.conf(5). When upgrading packages with pkg upgrade, old versions of the upgraded packages are not automatically removed.