svn commit: r40047 - projects/pkgng/en_US.ISO8859-1/books/handbook/ports
Glen Barber
gjb at FreeBSD.org
Fri Nov 16 19:50:40 UTC 2012
Author: gjb
Date: Fri Nov 16 19:50:39 2012
New Revision: 40047
URL: http://svnweb.freebsd.org/changeset/doc/40047
Log:
Replace a few pkg_* command tags to manual page entities.[1]
Split a <command> line to <screen>.
Submitted by: wblock [1]
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 18:15:36 2012 (r40046)
+++ projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml Fri Nov 16 19:50:39 2012 (r40047)
@@ -765,12 +765,15 @@ docbook =
<para>Information about the packages installed on a system can
be viewed by running <command>pkg info</command>. Similar
- to <command>pkg_info</command>, the package version and
+ to &man.pkg.info.1;, the package version and
description for all packages will be listed.</para>
<para>Information about a specific package is available by
- running <command>pkg info
- <replaceable>packagename</replaceable></command>. For
+ running:</para>
+
+ <screen>&prompt.root; <userinput>pkg info <replaceable>packagename</replaceable></userinput></command>
+
+ <para>For
example, to see which version of
<application>pkgng</application> is installed on the system,
run:</para>
@@ -790,7 +793,7 @@ pkg-1.0.2 New generation package manag
<para><command>pkg install</command> uses repository data, as
mentioned in <xref linkend="pkgng-pkg-conf"/>. Conversely,
- <command>pkg add</command> does not use repository data, nor
+ &man.pkg.add.1; does not use repository data, nor
does it use the defined <envar>PACKAGESITE</envar>, so
dependencies may not be properly tracked, and missing
dependencies will not be fetched from a remote
More information about the svn-doc-projects
mailing list