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 08ee29f563..ca1877c979 100644
--- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml
@@ -678,8 +678,8 @@ Fetching 133 new ports or files... done.
When &man.portsnap.8; successfully completes
a fetch operation, the Ports Collection and
subsequent patches exist on the local system that have passed
- verification. The updated files may be installed by
- typing:
+ verification. The first time portsnap is executed,
+ use extract to install the updated files:
&prompt.root; portsnap extract
/usr/ports/.cvsignore
@@ -695,11 +695,17 @@ Fetching 133 new ports or files... done.
/usr/ports/Mk/bsd.cmake.mk
...
+ For subsequent runs of portsnap fetch,
+ update should be used instead:
+
+ &prompt.root; portsnap update
+
The process is now complete, and applications may be
installed or upgraded using the updated Ports Collection.
- To run both processes consecutively, issue the following
- command:
+ The fetch and extract or
+ update operations may be run consecutively, as
+ shown in the following example:
&prompt.root; portsnap fetch update