git: be306ce3f5 - main - 11.4 release notes: man page links to freebsd-update(8) were incorrect
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jan 2025 00:29:08 UTC
The branch main has been updated by allanjude: URL: https://cgit.FreeBSD.org/doc/commit/?id=be306ce3f5a573e266e0357780005c36fa64382f commit be306ce3f5a573e266e0357780005c36fa64382f Author: Allan Jude <allanjude@FreeBSD.org> AuthorDate: 2025-01-09 00:28:27 +0000 Commit: Allan Jude <allanjude@FreeBSD.org> CommitDate: 2025-01-09 00:28:46 +0000 11.4 release notes: man page links to freebsd-update(8) were incorrect Reported by: antranigv@freebsd.am Sponsored by: Klara, Inc. --- website/content/en/releases/11.4R/relnotes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/11.4R/relnotes.adoc b/website/content/en/releases/11.4R/relnotes.adoc index 157ea42bed..a9d075612d 100644 --- a/website/content/en/releases/11.4R/relnotes.adoc +++ b/website/content/en/releases/11.4R/relnotes.adoc @@ -51,7 +51,7 @@ Typical release note items document recent security advisories issued after 11.3 [[upgrade]] == Upgrading from Previous Releases of FreeBSD -[amd64,i386] Binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the man:freebsd-update[8&manpath=freebsd-release-ports[freebsd-update(8)] utility. The binary upgrade procedure will update unmodified userland utilities, as well as unmodified GENERIC kernels distributed as a part of an official FreeBSD release. The man:freebsd-update[8&manpath=freebsd-release-ports[freebsd-update(8)] utility requires that the host being upgraded have Internet connectivity. +[amd64,i386] Binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the man:freebsd-update[8] utility. The binary upgrade procedure will update unmodified userland utilities, as well as unmodified GENERIC kernels distributed as a part of an official FreeBSD release. The man:freebsd-update[8] utility requires that the host being upgraded have Internet connectivity. Source-based upgrades (those based on recompiling the FreeBSD base system from source code) from previous versions are supported, according to the instructions in `/usr/src/UPDATING`.