git: be0f286101 - main - FreeBSD/ARM Project: minor changes

From: Graham Perrin <grahamperrin_at_FreeBSD.org>
Date: Sun, 09 Jul 2023 05:40:09 UTC
The branch main has been updated by grahamperrin:

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

commit be0f28610134542f94c7793b993433e1aba67d28
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-07-09 05:36:58 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-07-09 05:36:58 +0000

    FreeBSD/ARM Project: minor changes
    
    Simple changes, in advance of changes that will require review.
    
    https://wiki.freebsd.org/FreeBSD/arm
    does not exist. Refer to the true URL.
    
    ARM, not Arm.
    
    Correct a discrepancy in the table of contents.
    
    Correct a discrepancy in a reference to a NetBSD page.
    
    Fewer initial caps.
---
 website/content/en/platforms/arm.adoc | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/website/content/en/platforms/arm.adoc b/website/content/en/platforms/arm.adoc
index 1b5dadcae2..847e61f39a 100644
--- a/website/content/en/platforms/arm.adoc
+++ b/website/content/en/platforms/arm.adoc
@@ -12,19 +12,19 @@ include::shared/en/urls.adoc[]
 
 This page contains information about the FreeBSD port to the 32- and 64-bit ARM architectures and hardware. Discussion of the ARM ports takes place on the https://lists.freebsd.org/archives/freebsd-arm[freebsd-arm] mailing list.
 
-== Table Of Contents
+== Table of Contents
 
 * <<status,Status>>
-* <<hw,Hardware List>>
-* <<todo,What Needs To Be Done>>
-* <<links,FreeBSD/ARM Related Links>>
-* <<miniinst,Mini-Install Guide>>
-* <<list,FreeBSD/ARM mailing list>>
+* <<hw,Hardware Notes>>
+* <<todo,What Needs to be Done>>
+* <<links,Related Links>>
+* <<miniinst,Mini-install Guide>>
+* <<list,Mailing list>>
 
 [[status]]
 == Status
 
-32-bit ARMv6 and ARMv7 is officially a link:{committers-guide}#archs[Tier 2] architecture, as the link:../../[FreeBSD] project does not provide official releases or pre-built packages for this platform due to it primarily targeting the embedded arena. However, FreeBSD/ARM is being actively developed and maintained, is well supported, and provides an excellent framework for building ARM-based systems. FreeBSD/arm supported ARMv4 and ARMv5 processors, and is deprecated as of 13.0. FreeBSD/armv7 includes SMP support.
+32-bit ARMv6 and ARMv7 are officially a link:{committers-guide}#archs[Tier 2] architecture, as link:../../[the FreeBSD Project] does not provide official releases or pre-built packages for this platform due to it primarily targeting the embedded arena. However, FreeBSD/ARM is being actively developed and maintained, is well supported, and provides an excellent framework for building ARM-based systems. FreeBSD/arm supported ARMv4 and ARMv5 processors, and is deprecated as of 13.0. FreeBSD/armv7 includes SMP support.
 
 FreeBSD/arm64 supports 64-bit ARMv8 processors and is a link:{committers-guide}#archs[Tier 1] architecture as of 13.0. 64-bit ARM platforms follow a set of standard conventions, and a single FreeBSD build will work on hardware from multiple vendors. As a result, FreeBSD provides official releases for FreeBSD/arm64 and packages are available.
 
@@ -33,7 +33,7 @@ FreeBSD/arm64 supports 64-bit ARMv8 processors and is a link:{committers-guide}#
 
 FreeBSD/arm and FreeBSD/armv6 support a large range of ARM CPUs and development boards. Not every peripheral is supported on every CPU or board, though work continues towards this and contributions are always welcome. Conversely, many CPUs and boards not listed may work with only minimal changes needed.
 
-Listing all supported devices on all CPUs and boards is impractical here, however much information can be obtained from the mailing list and archives, https://wiki.freebsd.org/FreeBSD/arm[the FreeBSD/arm Wiki pages], and also from the https://cgit.freebsd.org/src/tree/sys/arm/conf/[Kernel Configuration files]
+Listing all supported devices on all CPUs and boards is impractical here, however much information can be obtained from the mailing list and archives, the https://wiki.freebsd.org/arm[FreeBSD ARM wiki pages], and from the https://cgit.freebsd.org/src/tree/sys/arm/conf/[kernel configuration files]
 
 === Cores Supported
 
@@ -98,22 +98,22 @@ Note that not all peripherals are supported on all CPUs.
 * Wandboard
 * Zedboard (Xilinx Zynq)
 
-Note that not all peripherals are supported on all boards.
+Not all peripherals are supported on all boards.
 
 [[todo]]
-== What Needs To Be Done
+== What Needs to be Done
 
 * SATA support needs to be added for boards currently missing it.
 * Other devices, such as watchdog, i2c and bus should be merged from NetBSD.
 
 [[links]]
-== FreeBSD/ARM Related Links
+== FreeBSD/ARM related Links
 
 * http://esd.et.ntust.edu.tw/downloads/2008_Embedded_Programming/2008_ESW/Embedded_3_ARM.pdf[Brief history of ARM]
-* http://www.netbsd.org/ports/#ports-by-cpu[NetBSD Arm projects]
+* Platforms supported by NetBSD: CPU architectures: http://www.netbsd.org/ports/#ports-by-cpu[Ports by CPU architecture]
 
 [[miniinst]]
-== Mini-Install guide
+== Mini-install Guide
 
 {cognet} has written a mini-install guide for the current FreeBSD source. It is https://people.FreeBSD.org/~cognet/arm.html[available here].