svn commit: r357738 - head/usr.sbin/config

Warner Losh imp at FreeBSD.org
Mon Feb 10 17:16:55 UTC 2020


Author: imp
Date: Mon Feb 10 17:16:54 2020
New Revision: 357738
URL: https://svnweb.freebsd.org/changeset/base/357738

Log:
  For valid arch values (really $MACHINE), remove references to alpha
  and sparc64. Add references to arm64 and riscv
  
  Reivewed by: cy@, bcr@
  Differential Revision: https://reviews.freebsd.org/D23593

Modified:
  head/usr.sbin/config/config.5

Modified: head/usr.sbin/config/config.5
==============================================================================
--- head/usr.sbin/config/config.5	Mon Feb 10 17:16:50 2020	(r357737)
+++ head/usr.sbin/config/config.5	Mon Feb 10 17:16:54 2020	(r357738)
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 11, 2018
+.Dd February 9, 2020
 .Dt CONFIG 5
 .Os
 .Sh NAME
@@ -251,10 +251,10 @@ Legal values for
 include:
 .Pp
 .Bl -tag -width ".Cm powerpc" -compact
-.It Cm alpha
-The DEC Alpha architecture.
+.It Cm arm64
+The 64-bit ARM application architecture.
 .It Cm arm
-The ARM architecture.
+The ARM architecture
 .It Cm amd64
 The AMD x86-64 architecture.
 .It Cm i386
@@ -263,8 +263,8 @@ The Intel x86 based PC architecture.
 The MIPS architecture.
 .It Cm powerpc
 The IBM PowerPC architecture.
-.It Cm sparc64
-The Sun Sparc64 architecture.
+.It Cm riscv
+The RISC-V architecture.
 .El
 .Pp
 If argument


More information about the svn-src-head mailing list