git: 0e3fe340ed - main - handbook: Clarification, portsmaster upgrades applications from ports

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sun, 29 Dec 2024 01:44:02 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=0e3fe340edc2c47ac34d38ff3b2eaf979167ab9a

commit 0e3fe340edc2c47ac34d38ff3b2eaf979167ab9a
Author:     Mikhail Zakharov <zmey20000@yahoo.com>
AuthorDate: 2024-10-11 10:30:48 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-12-29 01:38:25 +0000

    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>
---
 documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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]
 ....