diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
index d681942e68..1a3b23a55b 100644
--- a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
@@ -1163,10 +1163,20 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch
portupgrade should act on all
those packages depending on the given package as well, and
to act on all packages required by
- the given packages.
- To use packages instead of ports for installation, provide
- and to just fetch distfiles without
- building or installing anything, use .
+ the given packages.
+
+ To use packages instead of ports for installation, provide
+ . With this option
+ portupgrade searches
+ the local directories listed in PKG_PATH, or
+ fetches packages from remote site if it is not found locally.
+ If packages can not be found locally or fetched remotely,
+ portupgrade will use ports.
+ To avoid using ports, specify .
+
+ To just fetch distfiles (or packages, if
+ is specified) without building or
+ installing anything, use .
For further information see &man.portupgrade.1;.