The branch main has been updated by jhb:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=072f54bf9ff3fb544ae65649e723d5f846b53897

commit 072f54bf9ff3fb544ae65649e723d5f846b53897
Author:     John Baldwin <j...@freebsd.org>
AuthorDate: 2025-07-14 15:01:30 +0000
Commit:     John Baldwin <j...@freebsd.org>
CommitDate: 2025-07-14 15:01:30 +0000

    arch.7: Move i386, powerpc, and powerpcspe to the discontinued arch list
    
    Other tables retain entries about these architectures since those
    details are still relevant for lib32 environments.
    
    Reviewed by:    imp, emaste
    Differential Revision:  https://reviews.freebsd.org/D51195
---
 share/man/man7/arch.7 | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7
index 91f6953370d9..918f9058c7aa 100644
--- a/share/man/man7/arch.7
+++ b/share/man/man7/arch.7
@@ -67,8 +67,7 @@ and
 should be avoided.
 .Pp
 On some architectures, e.g.,
-.Dv powerpc
-and AIM variants of
+AIM variants of
 .Dv powerpc64 ,
 the kernel uses a separate address space.
 On other architectures, kernel and a user mode process share a
@@ -88,9 +87,6 @@ release to support each architecture.
 .It aarch64     Ta 11.0
 .It amd64       Ta 5.1
 .It armv7       Ta 12.0
-.It i386        Ta 1.0
-.It powerpc     Ta 6.0
-.It powerpcspe  Ta 12.0
 .It powerpc64   Ta 9.0
 .It powerpc64le Ta 13.0
 .It riscv64     Ta 12.0
@@ -104,6 +100,7 @@ Discontinued architectures are shown in the following table.
 .It armeb       Ta 8.0   Ta 11.4
 .It armv6       Ta 10.0  Ta 14.x
 .It ia64        Ta 5.0   Ta 10.4
+.It i386        Ta 1.0   Ta 14.x
 .It mips        Ta 8.0   Ta 13.5
 .It mipsel      Ta 9.0   Ta 13.5
 .It mipselhf    Ta 12.0  Ta 13.5
@@ -114,6 +111,8 @@ Discontinued architectures are shown in the following table.
 .It mips64elhf  Ta 12.0  Ta 13.5
 .It mips64hf    Ta 12.0  Ta 13.5
 .It pc98        Ta 2.2   Ta 11.4
+.It powerpc     Ta 6.0   Ta 14.x
+.It powerpcspe  Ta 12.0  Ta 14.x
 .It riscv64sf   Ta 12.0  Ta 13.5
 .It sparc64     Ta 5.0   Ta 12.4
 .El

Reply via email to