Clear up the use of 'extract' and 'update' in portsnap

Reported by:	Jan Oppolzer <jan.oppolzer at gmail dot com>
This commit is contained in:
Manolis Kiagias 2009-10-03 15:24:13 +00:00
parent 29ac0186ab
commit 7864ea9ca6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34756

View file

@ -678,8 +678,8 @@ Fetching 133 new ports or files... done.</screen>
<para>When &man.portsnap.8; successfully completes
a <command>fetch</command> operation, the Ports Collection and
subsequent patches exist on the local system that have passed
verification. The updated files may be installed by
typing:</para>
verification. The first time <command>portsnap</command> is executed,
use <literal>extract</literal> to install the updated files:</para>
<screen>&prompt.root; <userinput>portsnap extract</userinput>
/usr/ports/.cvsignore
@ -695,11 +695,17 @@ Fetching 133 new ports or files... done.</screen>
/usr/ports/Mk/bsd.cmake.mk
<replaceable>...</replaceable></screen>
<para>For subsequent runs of <command>portsnap fetch</command>,
<literal>update</literal> should be used instead:</para>
<screen>&prompt.root; <userinput>portsnap update</userinput></screen>
<para>The process is now complete, and applications may be
installed or upgraded using the updated Ports Collection.</para>
<para>To run both processes consecutively, issue the following
command:</para>
<para>The <literal>fetch</literal> and <literal>extract</literal> or
<literal>update</literal> operations may be run consecutively, as
shown in the following example:</para>
<screen>&prompt.root; <userinput>portsnap fetch update</userinput></screen>
</sect1>