svn commit: r40150 - projects/pkgng/en_US.ISO8859-1/books/handbook/ports
Glen Barber
gjb at FreeBSD.org
Sat Nov 24 22:57:42 UTC 2012
Author: gjb
Date: Sat Nov 24 22:57:41 2012
New Revision: 40150
URL: http://svnweb.freebsd.org/changeset/doc/40150
Log:
Post-edit rewrapping.
This should be the final commit before merging the initial
pkgng documentation to the Handbook.
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:38 2012 (r40149)
+++ projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml Sat Nov 24 22:57:41 2012 (r40150)
@@ -903,11 +903,11 @@ Upgrading curl from 7.24.0 to 7.24.0_1..
<para>Removing a package may leave behind unnecessary
dependencies, like <filename
- role="package">security/ca_root_nss</filename> in the example
- above. Such packages are still installed, but nothing
- depends on them any more. Unneeded packages that were
- installed as dependencies can be automatically detected and
- removed:</para>
+ role="package">security/ca_root_nss</filename> in the
+ example above. Such packages are still installed, but
+ nothing depends on them any more. Unneeded packages that
+ were installed as dependencies can be automatically detected
+ and removed:</para>
<screen>&prompt.root; <userinput>pkg autoremove</userinput>
Packages to be autoremoved:
@@ -966,8 +966,7 @@ Deinstalling ca_root_nss-3.13.5... done<
versions of the upgraded packages are not automatically
removed.</para>
- <para>To remove the outdated binary packages,
- run:</para>
+ <para>To remove the outdated binary packages, run:</para>
<screen>&prompt.root; <userinput>pkg clean</userinput></screen>
</sect3>
More information about the svn-doc-projects
mailing list