diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml
index 6e6679a1d3..f4f4a9fcd7 100644
--- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml
@@ -683,7 +683,8 @@ Fetching 133 new ports or files... done.
a fetch operation, the Ports Collection and
subsequent patches exist on the local system that have passed
verification. The first time portsnap is executed,
- use extract to install the updated files:
+ you have to use extract to install the
+ downloaded files:
&prompt.root; portsnap extract
/usr/ports/.cvsignore
@@ -699,8 +700,8 @@ Fetching 133 new ports or files... done.
/usr/ports/Mk/bsd.cmake.mk
...
- For subsequent runs of portsnap fetch,
- update should be used instead:
+ To update an already installed Ports Collection use the command
+ portsnap update:
&prompt.root; portsnap update
@@ -712,6 +713,10 @@ Fetching 133 new ports or files... done.
shown in the following example:
&prompt.root; portsnap fetch update
+
+ This command will download the latest version of the
+ Ports Collection and update your local version under
+ /usr/ports.