git: 0e3fe340ed - main - handbook: Clarification, portsmaster upgrades applications from ports
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=0e3fe340edc2c47ac34d38ff3b2eaf979167ab9a commit 0e3fe340edc2c47ac34d38ff3b2eaf979167ab9a Author: Mikhail Zakharov <[email protected]> AuthorDate: 2024-10-11 10:30:48 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2024-12-29 01:38:25 +0000 handbook: Clarification, portsmaster upgrades applications from ports Reviewed by: Pau Amma <[email protected]>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/426 Co-authored-by: Pau Amma <[email protected]> --- 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] ....