aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zakharov <zmey20000@yahoo.com>2024-10-11 10:30:48 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2024-12-29 01:38:25 +0000
commit0e3fe340edc2c47ac34d38ff3b2eaf979167ab9a (patch)
treece423527c810117f140088d5a8dd3f997d7d80be
parenta2ae4bf5ae1cdf5ebe7ee6dd9b871a3087bd78c9 (diff)
handbook: Clarification, portsmaster upgrades applications from ports
Reviewed by: Pau Amma <pauamma@gundo.com>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/426 Co-authored-by: Pau Amma <pauamma@gundo.com>
-rw-r--r--documentation/content/en/books/handbook/cutting-edge/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
index 07166174e5..a98e819d06 100644
--- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
@@ -451,7 +451,7 @@ The forced upgrade can be accomplished by performing:
# pkg-static upgrade -f
....
-A rebuild of all installed applications can be accomplished with this command:
+A rebuild of all applications installed from the ports collection can be accomplished with this command:
[source,shell]
....