diff options
author | Mikhail Zakharov <zmey20000@yahoo.com> | 2024-10-11 10:30:48 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2024-12-29 01:38:25 +0000 |
commit | 0e3fe340edc2c47ac34d38ff3b2eaf979167ab9a (patch) | |
tree | ce423527c810117f140088d5a8dd3f997d7d80be | |
parent | a2ae4bf5ae1cdf5ebe7ee6dd9b871a3087bd78c9 (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.adoc | 2 |
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] .... |