git: e7f98317f1 - main - installation: sync with changes made for 14.0

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 22 Nov 2023 18:20:24 UTC
The branch main has been updated by emaste:

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

commit e7f98317f13616ce63bc0aaf2b686a3c70cad18a
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-11-22 18:19:10 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-11-22 18:20:16 +0000

    installation: sync with changes made for 14.0
    
    7c8b485152a6 14.0R/installation: mention pkg in addition to ports
    693cef24b66e 14.0R/installation: add arm64 to freebsd-update architectures
    
    Sponsored by:   The FreeBSD Foundation
---
 website/archetypes/release/installation.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/archetypes/release/installation.adoc b/website/archetypes/release/installation.adoc
index affb81d7cf..51af89f5b0 100644
--- a/website/archetypes/release/installation.adoc
+++ b/website/archetypes/release/installation.adoc
@@ -38,7 +38,7 @@ For SVN use the releng/{localRel} branch which will be where any upcoming Securi
 [[upgrade-binary]]
 == Upgrading Using "FreeBSD Update"
 
-The man:freebsd-update[8] utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases.
+The man:freebsd-update[8] utility supports binary upgrades of amd64, arm64, and i386 systems running earlier FreeBSD releases.
 Systems running 11.4-RELEASE or 12.2-RELEASE can upgrade as follows:
 
 [.screen]
@@ -70,7 +70,7 @@ After rebooting, man:freebsd-update[8] needs to be run again to install the new
 # freebsd-update install
 ----
 
-At this point, users of systems being upgraded from earlier FreeBSD releases will be prompted by man:freebsd-update[8] to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries.
+At this point, users of systems being upgraded from earlier FreeBSD releases will be prompted by man:freebsd-update[8] to rebuild or reinstall all third-party applications (e.g., ports installed from the ports tree or packages installed by man:pkg[8]) due to updates in system libraries.
 
 After updating installed third-party applications (and again, only if man:freebsd-update[8] printed a message indicating that this was necessary), run man:freebsd-update[8] again so that it can delete the old (no longer used) system libraries: