svn commit: r43777 - head/en_US.ISO8859-1/books/handbook/ports
Dru Lavigne
dru at FreeBSD.org
Tue Feb 4 20:58:16 UTC 2014
Author: dru
Date: Tue Feb 4 20:58:15 2014
New Revision: 43777
URL: http://svnweb.freebsd.org/changeset/doc/43777
Log:
White space fix only. Translators can ignore.
Sponsored by: iXsystems
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 Feb 4 20:57:55 2014 (r43776)
+++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Tue Feb 4 20:58:15 2014 (r43777)
@@ -890,16 +890,18 @@ Deinstalling ca_root_nss-3.15.1_1... don
<procedure>
<title>Portsnap Method</title>
- <para>The base system of &os; includes <application>Portsnap</application>. This is a fast and
+ <para>The base system of &os; includes
+ <application>Portsnap</application>. This is a fast and
user-friendly tool for retrieving the Ports Collection and
- is the recommended choice for most users. This utility connects to a
- &os; site, verifies the secure key, and downloads a new copy of
- the Ports Collection. The key is used to verify the integrity
- of all downloaded files.</para>
+ is the recommended choice for most users. This utility
+ connects to a &os; site, verifies the secure key, and
+ downloads a new copy of the Ports Collection. The key is used
+ to verify the integrity of all downloaded files.</para>
<step>
- <para>To download a compressed snapshot of the Ports Collection
- into <filename>/var/db/portsnap</filename>:</para>
+ <para>To download a compressed snapshot of the Ports
+ Collection into
+ <filename>/var/db/portsnap</filename>:</para>
<screen>&prompt.root; <userinput>portsnap fetch</userinput></screen>
</step>
@@ -920,7 +922,7 @@ Deinstalling ca_root_nss-3.15.1_1... don
<screen>&prompt.root; <userinput>portsnap fetch</userinput>
&prompt.root; <userinput>portsnap update</userinput></screen>
-
+
<para>When using <literal>fetch</literal>, the
<literal>extract</literal> or the <literal>update</literal>
operation may be run consecutively, like so:</para>
@@ -1262,9 +1264,9 @@ ftp://ftp.organization.org/pub/FreeBSD/p
<secondary>removing</secondary>
</indexterm>
- <para>Installed ports can be uninstalled using
- <command>pkg delete</command>. Examples for using this command
- can be found in <xref linkend="pkgng-intro"/></para>
+ <para>Installed ports can be uninstalled using <command>pkg
+ delete</command>. Examples for using this command can be
+ found in <xref linkend="pkgng-intro"/></para>
<para>Alternately, <command>make deinstall</command> can be
run in the port's directory:</para>
More information about the svn-doc-head
mailing list