Do some rewording in the portsnap section to avoid user confusion.
Noticed and suggested by: A. Stein (lordpsycho ett web dott de)
This commit is contained in:
parent
1bd56ee567
commit
fc76c6a606
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36336
1 changed files with 8 additions and 3 deletions
|
@ -683,7 +683,8 @@ Fetching 133 new ports or files... done.</screen>
|
|||
a <command>fetch</command> operation, the Ports Collection and
|
||||
subsequent patches exist on the local system that have passed
|
||||
verification. The first time <command>portsnap</command> is executed,
|
||||
use <literal>extract</literal> to install the updated files:</para>
|
||||
you have to use <literal>extract</literal> to install the
|
||||
downloaded files:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>portsnap extract</userinput>
|
||||
/usr/ports/.cvsignore
|
||||
|
@ -699,8 +700,8 @@ 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>
|
||||
<para>To update an already installed Ports Collection use the command
|
||||
<command>portsnap update</command>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>portsnap update</userinput></screen>
|
||||
|
||||
|
@ -712,6 +713,10 @@ Fetching 133 new ports or files... done.</screen>
|
|||
shown in the following example:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>portsnap fetch update</userinput></screen>
|
||||
|
||||
<para>This command will download the latest version of the
|
||||
Ports Collection and update your local version under
|
||||
<filename class="directory">/usr/ports</filename>.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="updating-upgrading-documentation">
|
||||
|
|
Loading…
Reference in a new issue