git: 7f0020ecb5 - main - Fix typos and improvements in 2023-04-2023-06 status report

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Fri, 28 Jul 2023 09:46:07 UTC
The branch main has been updated by carlavilla:

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

commit 7f0020ecb502f2d2c25742f22d6bab18091b04d4
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-07-28 09:43:52 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-07-28 09:43:52 +0000

    Fix typos and improvements in 2023-04-2023-06 status report
    
    Approved by:    salvadore@
    Pull Request:   From https://github.com/freebsd/freebsd-doc/pull/233
                    to https://github.com/freebsd/freebsd-doc/pull/243
---
 .../content/en/status/report-2023-04-2023-06/_index.adoc   | 14 ++++++++++++++
 .../content/en/status/report-2023-04-2023-06/azure.adoc    |  2 ++
 .../en/status/report-2023-04-2023-06/ci-bootloader.adoc    |  6 +++---
 .../content/en/status/report-2023-04-2023-06/cirrus.adoc   | 12 ++++++------
 .../content/en/status/report-2023-04-2023-06/doceng.adoc   | 12 +++++++-----
 .../content/en/status/report-2023-04-2023-06/ifapi.adoc    |  4 ++--
 .../content/en/status/report-2023-04-2023-06/kboot.adoc    | 14 +++++++-------
 .../en/status/report-2023-04-2023-06/linuxulator.adoc      |  2 +-
 website/content/en/status/report-2023-04-2023-06/pf.adoc   |  4 ++--
 .../content/en/status/report-2023-04-2023-06/portmgr.adoc  |  8 ++++----
 website/content/en/status/report-2023-04-2023-06/simd.adoc |  2 +-
 11 files changed, 49 insertions(+), 31 deletions(-)

diff --git a/website/content/en/status/report-2023-04-2023-06/_index.adoc b/website/content/en/status/report-2023-04-2023-06/_index.adoc
index 55391f1912..70a11b6038 100644
--- a/website/content/en/status/report-2023-04-2023-06/_index.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/_index.adoc
@@ -29,6 +29,8 @@ toc::[]
 
 {FreeBSD-Team-Reports-desc}
 
+'''
+
 include::{reports-path}/core.adoc[]
 
 '''
@@ -108,6 +110,8 @@ include::{reports-path}/nvmf.adoc[]
 
 {kernel-desc}
 
+'''
+
 include::{reports-path}/boot-performance.adoc[]
 
 '''
@@ -145,6 +149,8 @@ include::{reports-path}/epoch-netgraph.adoc[]
 
 {architectures-desc}
 
+'''
+
 include::{reports-path}/simd.adoc[]
 
 '''
@@ -158,6 +164,8 @@ include::{reports-path}/mfsbsd.adoc[]
 
 {cloud-desc}
 
+'''
+
 include::{reports-path}/cloud-init.adoc[]
 
 '''
@@ -179,6 +187,8 @@ include::{reports-path}/ec2.adoc[]
 
 {documentation-desc}
 
+'''
+
 include::{reports-path}/doceng.adoc[]
 
 '''
@@ -188,6 +198,8 @@ include::{reports-path}/doceng.adoc[]
 
 {ports-desc}
 
+'''
+
 include::{reports-path}/kde.adoc[]
 
 '''
@@ -213,6 +225,8 @@ include::{reports-path}/wazuh.adoc[]
 
 {third-Party-Projects-desc}
 
+'''
+
 include::{reports-path}/pkgbase.live.adoc[]
 
 '''
diff --git a/website/content/en/status/report-2023-04-2023-06/azure.adoc b/website/content/en/status/report-2023-04-2023-06/azure.adoc
index 39a41c5d3b..2458fbb414 100644
--- a/website/content/en/status/report-2023-04-2023-06/azure.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/azure.adoc
@@ -13,11 +13,13 @@ Contact: Li-Wen Hsu <lwhsu@FreeBSD.org> +
 
 In this quarter, we have worked mainly on ARM64 architecture support and building and publishing images to link:https://learn.microsoft.com/azure/virtual-machines/share-gallery-community[Azure community gallery].
 There are some testing images available in the project's testing public gallery, named `FreeBSDCGTest-d8a43fa5-745a-4910-9f71-0c9da2ac22bf`:
++
 * FreeBSD-CURRENT-testing
 * FreeBSD-CURRENT-gen2-testing
 * FreeBSD-CURRENT-arm64-testing
 
 To use them, when creating a virtual machine:
++
 . In `Select an Image` step, choose `Community Images (PREVIEW)` in `Other items`
 . Search `FreeBSD`
 
diff --git a/website/content/en/status/report-2023-04-2023-06/ci-bootloader.adoc b/website/content/en/status/report-2023-04-2023-06/ci-bootloader.adoc
index fa51068139..d38c25afb3 100644
--- a/website/content/en/status/report-2023-04-2023-06/ci-bootloader.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/ci-bootloader.adoc
@@ -1,14 +1,14 @@
 === CI Test Harness For Bootloader
 
 Links: +
-link:https://wiki.freebsd.org/SummerOfCode2023Projects/CITestHarnessForBootloader[FreeBSD Wiki GSoC Page] +
-link:https://github.com/mightyjoe781/freebsd-src/tree/bootloader-smk/tools/boot/bootloader_test[Github Project Link]
+link:https://wiki.freebsd.org/SummerOfCode2023Projects/CITestHarnessForBootloader[FreeBSD Wiki GSoC Page] URL: https://wiki.freebsd.org/SummerOfCode2023Projects/CITestHarnessForBootloader[] +
+link:https://github.com/mightyjoe781/freebsd-src/tree/bootloader-smk/tools/boot/bootloader_test[GitHub Project Link] URL: https://github.com/mightyjoe781/freebsd-src/tree/bootloader-smk/tools/boot/bootloader_test[]
 
 Contact: Sudhanshu Mohan Kashyap <smk@FreeBSD.org>
 
 FreeBSD supports multiple architectures, file systems, and disk-partitioning schemes.
 I am trying to write a Lua script which would allow for testing boot loader of all the architecture combinations supported in the first and second-tier support, and provide a report on any broken combinations and expected functionality.
-If time permits, further exploration could be done to integrate the script into the existing build infrastructure (either Jenkins or Github Actions) to generate a comprehensive summary of the test results.
+If time permits, further exploration could be done to integrate the script into the existing build infrastructure (either Jenkins or GitHub Actions) to generate a comprehensive summary of the test results.
 
 Currently any changes made by developer might inhibit the ability of the operating system to boot in some specific environment.
 These scripts provide assurance that changes do not cause regressions for the tested environments.
diff --git a/website/content/en/status/report-2023-04-2023-06/cirrus.adoc b/website/content/en/status/report-2023-04-2023-06/cirrus.adoc
index 268bcba264..b0a91ec5ff 100644
--- a/website/content/en/status/report-2023-04-2023-06/cirrus.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/cirrus.adoc
@@ -1,12 +1,12 @@
 === Cirrus-CI
 
 Links: +
-link:https://cirrus-ci.com/github/freebsd/[FreeBSD Cirrus-CI Repositories] URL: link:https://cirrus-ci.com/github/freebsd/[]
-link:https://cirrus-ci.com/github/freebsd/freebsd-src[FreeBSD src CI] URL: link:https://cirrus-ci.com/github/freebsd/freebsd-src[]
+link:https://cirrus-ci.com/github/freebsd/[FreeBSD Cirrus-CI Repositories] URL: link:https://cirrus-ci.com/github/freebsd/[] +
+link:https://cirrus-ci.com/github/freebsd/freebsd-src[FreeBSD src CI] URL: link:https://cirrus-ci.com/github/freebsd/freebsd-src[] +
 link:https://cirrus-ci.com/github/freebsd/freebsd-doc[FreeBSD doc CI] URL: link:https://cirrus-ci.com/github/freebsd/freebsd-doc[]
 
-Contact: Brooks Davis <brooks@FreeBSD.org>
-Contact: Ed Maste <emaste@FreeBSD.org>
+Contact: Brooks Davis <brooks@FreeBSD.org> +
+Contact: Ed Maste <emaste@FreeBSD.org> +
 Contact: Li-Wen Hsu <lwhsu@FreeBSD.org>
 
 Cirrus-CI is a hosted continuous integration service that supports open source projects with CI services on Linux, Windows, macOS, and FreeBSD.
@@ -14,11 +14,11 @@ It complements our own Jenkins CI infrastructure by supporting other use cases,
 We added Cirrus-CI configuration to the FreeBSD src tree in 2019 and to doc in 2020.
 A number of additional FreeBSD projects hosted on GitHub (such as drm-kmod, kyua, pkg, and poudriere) also make use of Cirrus-CI.
 
-Over the last quarter Cirrus-CI configs received ongoing maintenance updates (moving to the most recent FreeBSD release images).
+Cirrus-CI configs received ongoing maintenance updates (moving to the most recent FreeBSD release images).
 In the src tree we have added some additional checks.
 These ensure that generated files are updated when needed (`make sysent` and `make makeman`) and check for missing directories.
 We have added jobs that build using the Clang/LLVM 16 toolchain package, mirroring the Clang version now in the base system.
 The GCC job is now run on the GitHub mirror by default, for all commits.
 
-Sponsor: DARPA
+Sponsor: DARPA +
 Sponsor: The FreeBSD Foundation
diff --git a/website/content/en/status/report-2023-04-2023-06/doceng.adoc b/website/content/en/status/report-2023-04-2023-06/doceng.adoc
index fd015916b4..2cae11159f 100644
--- a/website/content/en/status/report-2023-04-2023-06/doceng.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/doceng.adoc
@@ -8,9 +8,10 @@ Version:	$Id: doceng-2023-2nd-quarter-status-report.adoc 415 2023-06-25 13:11:08
 
 === Documentation Engineering Team
 
-Link: link:https://www.freebsd.org/docproj/[FreeBSD Documentation Project] URL: link:https://www.freebsd.org/docproj[] +
-Link: link:https://docs.freebsd.org/en/books/fdp-primer/[FreeBSD Documentation Project Primer for New Contributors] URL: link:https://docs.freebsd.org/en/books/fdp-primer/[] +
-Link: link:https://www.freebsd.org/administration/#t-doceng[Documentation Engineering Team] URL: link:https://www.freebsd.org/administration/#t-doceng[]
+Links: +
+link:https://www.freebsd.org/docproj/[FreeBSD Documentation Project] URL: link:https://www.freebsd.org/docproj[] +
+link:https://docs.freebsd.org/en/books/fdp-primer/[FreeBSD Documentation Project Primer for New Contributors] URL: link:https://docs.freebsd.org/en/books/fdp-primer/[] +
+link:https://www.freebsd.org/administration/#t-doceng[Documentation Engineering Team] URL: link:https://www.freebsd.org/administration/#t-doceng[]
 
 Contact: FreeBSD Doceng Team <doceng@FreeBSD.org>
 
@@ -36,8 +37,9 @@ Furthermore, this chapter equips contributors with the necessary knowledge to fo
 
 ==== FreeBSD Translations on Weblate
 
-Link: link:https://wiki.freebsd.org/Doc/Translation/Weblate[Translate FreeBSD on Weblate] URL: link:https://wiki.freebsd.org/Doc/Translation/Weblate[] +
-Link: link:https://translate-dev.freebsd.org/[FreeBSD Weblate Instance] URL: link:https://translate-dev.freebsd.org/[]
+Links: +
+link:https://wiki.freebsd.org/Doc/Translation/Weblate[Translate FreeBSD on Weblate] URL: link:https://wiki.freebsd.org/Doc/Translation/Weblate[] +
+link:https://translate-dev.freebsd.org/[FreeBSD Weblate Instance] URL: link:https://translate-dev.freebsd.org/[]
 
 ===== Q2 2023 Status
 
diff --git a/website/content/en/status/report-2023-04-2023-06/ifapi.adoc b/website/content/en/status/report-2023-04-2023-06/ifapi.adoc
index 4c2f62233a..8a9b22a242 100644
--- a/website/content/en/status/report-2023-04-2023-06/ifapi.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/ifapi.adoc
@@ -1,7 +1,7 @@
 === Network Interface API (IfAPI)
 
-Links: +
-link:https://wiki.freebsd.org/projects/ifnet[Original project page] URL: link:https://wiki.freebsd.org/projects/ifnet
+Link: +
+link:https://wiki.freebsd.org/projects/ifnet[Original project page] URL: link:https://wiki.freebsd.org/projects/ifnet[]
 
 Contact: Justin Hibbits <jhibbits@FreeBSD.org>
 
diff --git a/website/content/en/status/report-2023-04-2023-06/kboot.adoc b/website/content/en/status/report-2023-04-2023-06/kboot.adoc
index 37d0f524c1..c24745351d 100644
--- a/website/content/en/status/report-2023-04-2023-06/kboot.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/kboot.adoc
@@ -3,7 +3,7 @@
 Contact: Warner Losh <imp@bsdimp.com>
 
 Links: +
-link:https://www.linuxboot.org/[LinuxBoot Project] URL: link:https://www.linuxboot.org/[]+
+link:https://www.linuxboot.org/[LinuxBoot Project] URL: link:https://www.linuxboot.org/[] +
 link:https://docs.google.com/presentation/d/1N5Jp6XzYWv9Z9RhhETC-e6tFkqRHvp-ldRDW_9h2JCw/edit?usp=sharing[BSDCan 2023 kboot talk slides] URL: link:https://docs.google.com/presentation/d/1N5Jp6XzYWv9Z9RhhETC-e6tFkqRHvp-ldRDW_9h2JCw/edit?usp=sharing[]
 
 LinuxBoot is an effort to create a clean, robust, auditable and repeatable boot firmware.
@@ -43,14 +43,14 @@ Attempts to acquire a suitable Playstation 3 proved to be too time consuming for
 
 1. man:loader.kboot[8] needs to be written.
 It should document how to use [.filename]#loader.kboot#, how to create images, and the use cases that work today.
-1. Finish amd64 support.
-1. The current elf arch-specific metadata code is copied from efi.
+2. Finish amd64 support.
+3. The current elf arch-specific metadata code is copied from efi.
 Unifying the kboot and efi copies is needed.
 While they are mostly the same, sharing is complicated by remaining compile-time differences.
 In addition, the build infrastructure makes sharing awkward.
-1. It would be nice to add riscv64 support.
-1. PowerPC testing (it has been untested since the refactoring started).
-1. Creating a script to repackage EDK-II image (say, from QEMU) as a linux-boot image with a Linux kernel built on FreeBSD for CI testing.
-1. Testing it from the coreboot LinuxBoot.
+4. It would be nice to add riscv64 support.
+5. PowerPC testing (it has been untested since the refactoring started).
+6. Creating a script to repackage EDK-II image (say, from QEMU) as a linux-boot image with a Linux kernel built on FreeBSD for CI testing.
+7. Testing it from the coreboot LinuxBoot.
 
 Sponsored by: Netflix, Inc
diff --git a/website/content/en/status/report-2023-04-2023-06/linuxulator.adoc b/website/content/en/status/report-2023-04-2023-06/linuxulator.adoc
index d11716626b..a359e0d1da 100644
--- a/website/content/en/status/report-2023-04-2023-06/linuxulator.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/linuxulator.adoc
@@ -11,7 +11,7 @@ The goal of this project is to improve FreeBSD's ability to execute unmodified m
 As of gitref:cbbac5609115[repository=src], preserving an fpu xsave state across signal delivery on amd64 is implemented.
 That makes it possible to run modern golang with preemptive scheduler on.
 
-The new facility to specify an alternate ABI root path was added to the man:namei[9].
+The new facility to specify an alternate ABI root path was added to man:namei[9].
 Previously, to dynamically reroot lookups, every man:linux[4] syscall where path names translation is needed required a bit of ugly code and used `kern_alternate_path()` which does not properly resolve symlinks with leading `/` in the target.
 For now a non-native ABI (i.e., man:linux[4]) uses one call to `pwd_altroot()` during exec-time into that ABI to specify its root directory (e.g., [.filename]#/compat/ubuntu#) and forget about path names translation.
 That makes possible chroot into the Ubuntu compat without having to fix such symlinks by hand.
diff --git a/website/content/en/status/report-2023-04-2023-06/pf.adoc b/website/content/en/status/report-2023-04-2023-06/pf.adoc
index a0fb75257f..0e572983cf 100644
--- a/website/content/en/status/report-2023-04-2023-06/pf.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/pf.adoc
@@ -40,6 +40,6 @@ Naman finished the work started by Luiz Amaral.
 There is work in progress to support SCTP in pf.
 That support includes filtering on port numbers, state tracking, pfsync failover and returning ABORT chunks for rejected connections.
 
-Sponsor: InnoGames GmbH
-Sponsor: Orange Business Services
+Sponsor: InnoGames GmbH +
+Sponsor: Orange Business Services +
 Sponsor: The FreeBSD Foundation
diff --git a/website/content/en/status/report-2023-04-2023-06/portmgr.adoc b/website/content/en/status/report-2023-04-2023-06/portmgr.adoc
index 1b1961b9b0..8e420d374d 100644
--- a/website/content/en/status/report-2023-04-2023-06/portmgr.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/portmgr.adoc
@@ -11,19 +11,19 @@ Contact: René Ladan <portmgr-secretary@FreeBSD.org> +
 Contact: FreeBSD Ports Management Team <portmgr@FreeBSD.org>
 
 The Ports Management Team is responsible for overseeing the overall direction of the Ports Tree, building packages, and personnel matters.
-Below is what happened in the last quarter.
+elow is what happened in this quarter.
 
 Currently there are just over 34,400 ports in the Ports Tree.
 There are currently 3,019 open ports PRs of which 746 are unassigned.
-The last quarter saw 10,439 commits on the `main` branch by 151 committers and 745 commits on the `2023Q2` branch by 55 committers.
+This quarter saw 10,439 commits on the `main` branch by 151 committers and 745 commits on the `2023Q2` branch by 55 committers.
 Compared to the previous quarter, this means a slight increase in the number of ports, a tiny decrease in the number of open PRs, and a fair increase in the number of ports commits.
 
 During this quarter, we welcomed back Tom Judge (tj@) and said goodbye to Steve Wills (swills@).
 Steve was also on portmgr.
 As part of the portmgr lurker program, we welcomed Ronald Klop (ronald@), Renato Botelho (garga@), and Matthias Andree (mandree@).
 
-Portmgr has resumed work on introducing sub-packages into the Tree, but various things still needs to be fleshed out.
+Portmgr has resumed work on introducing sub-packages into the Tree, but various things still need to be fleshed out.
 
 On the software side, pkg was updated to 1.19.2, Firefox to 114.0.2, Chromium to 114.0.5735.198, and KDE Gear to 23.04.2.
-During the last quarter, antoine@ ran 23 exp-runs to test package updates, bump CPU_MAXSIZE to 1024, fix armv7 failures for devel/cmake-core and add --auto-features=enabled to USES=meson
+During this quarter, antoine@ ran 23 exp-runs to test package updates, bump CPU_MAXSIZE to 1024, fix armv7 failures for devel/cmake-core and add --auto-features=enabled to USES=meson
 Lastly, the Ports Tree was updated to support LLVM 16 and OpenSSL 3 in FreeBSD-CURRENT.
diff --git a/website/content/en/status/report-2023-04-2023-06/simd.adoc b/website/content/en/status/report-2023-04-2023-06/simd.adoc
index 84aa1269a3..682724a37a 100644
--- a/website/content/en/status/report-2023-04-2023-06/simd.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/simd.adoc
@@ -2,7 +2,7 @@
 
 Links: +
 link:https://reviews.freebsd.org/D40693[SIMD dispatch framework draft] URL: link:https://reviews.freebsd.org/D40693[] +
-link:http://fuz.su/~fuz/freebsd/2023-04-05_libc-proposal.txt[Project proposal] URL: link:http://fuz.su/~fuz/freebsd/2023-04-05_libc-proposal.txt
+link:http://fuz.su/~fuz/freebsd/2023-04-05_libc-proposal.txt[Project proposal] URL: link:http://fuz.su/~fuz/freebsd/2023-04-05_libc-proposal.txt[]
 
 Contact: Robert Clausecker <clausecker@FreeBSD.org>