git: d06328c37bbc - main - arch.7: fix final 12.x release as 12.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Sep 2023 22:01:00 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=d06328c37bbcf3d3d3c7601372d29237996a6f6a
commit d06328c37bbcf3d3d3c7601372d29237996a6f6a
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-09-26 13:30:06 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-09-26 22:00:42 +0000
arch.7: fix final 12.x release as 12.4
arm (pre-v6/v7) and sparc64 listed 12.x as the final release. 12.4 is
the final 12.x release so we can fix the version number.
---
share/man/man7/arch.7 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7
index 14c6af612087..35a7b0246389 100644
--- a/share/man/man7/arch.7
+++ b/share/man/man7/arch.7
@@ -101,7 +101,7 @@ Discontinued architectures are shown in the following table.
.Bl -column -offset indent "Architecture" "Initial Release" "Final Release"
.It Sy Architecture Ta Sy Initial Release Ta Sy Final Release
.It alpha Ta 3.2 Ta 6.4
-.It arm Ta 6.0 Ta 12.x
+.It arm Ta 6.0 Ta 12.4
.It armeb Ta 8.0 Ta 11.4
.It ia64 Ta 5.0 Ta 10.4
.It mips Ta 8.0 Ta 13.x
@@ -115,7 +115,7 @@ Discontinued architectures are shown in the following table.
.It mips64hf Ta 12.0 Ta 13.x
.It pc98 Ta 2.2 Ta 11.4
.It riscv64sf Ta 12.0 Ta 13.x
-.It sparc64 Ta 5.0 Ta 12.x
+.It sparc64 Ta 5.0 Ta 12.4
.El
.Ss Type sizes
All