svn commit: r40149 - projects/pkgng/en_US.ISO8859-1/books/handbook/ports
Glen Barber
gjb at FreeBSD.org
Sat Nov 24 22:57:38 UTC 2012
Author: gjb
Date: Sat Nov 24 22:57:38 2012
New Revision: 40149
URL: http://svnweb.freebsd.org/changeset/doc/40149
Log:
Make a <command> tag a <screen> tag.
Submitted by: bjk (in part)
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 Sat Nov 24 22:57:34 2012 (r40148)
+++ projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml Sat Nov 24 22:57:38 2012 (r40149)
@@ -996,8 +996,9 @@ Deinstalling ca_root_nss-3.13.5... done<
<filename role="package">ports-mgmt/portupgrade</filename>
ports, the order in which the new and old versions are
listed differ. For <application>pkgng</application>, the
- syntax is <command>pkg set -o
- <replaceable>category/oldport</replaceable>:<replaceable>category/newport</replaceable></command>.</para>
+ syntax is:</para>
+
+ <screen>&prompt.root; <userinput>pkg set -o <replaceable>category/oldport</replaceable>:<replaceable>category/newport</replaceable></userinput></screen>
<para>For example, to change the package origin for the above
example, run:</para>
More information about the svn-doc-projects
mailing list