git: 331316b13a - main - Status/2024Q3: Vale fixes

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Thu, 07 Nov 2024 10:00:00 UTC
The branch main has been updated by salvadore:

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

commit 331316b13a8569d950adb195a2d44ae52ce96734
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2024-11-06 21:26:06 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2024-11-06 21:26:06 +0000

    Status/2024Q3: Vale fixes
    
    Fix some one-sentence-per-line issues found by vale linter.
---
 website/content/en/status/report-2024-07-2024-09/core.adoc      | 3 ++-
 website/content/en/status/report-2024-07-2024-09/dhclient.adoc  | 7 +++++--
 website/content/en/status/report-2024-07-2024-09/doceng.adoc    | 3 ++-
 website/content/en/status/report-2024-07-2024-09/mac_do.adoc    | 3 ++-
 website/content/en/status/report-2024-07-2024-09/pinephone.adoc | 3 ++-
 website/content/en/status/report-2024-07-2024-09/pot.adoc       | 3 ++-
 6 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/website/content/en/status/report-2024-07-2024-09/core.adoc b/website/content/en/status/report-2024-07-2024-09/core.adoc
index 5e2f809ade..36354bdf5b 100644
--- a/website/content/en/status/report-2024-07-2024-09/core.adoc
+++ b/website/content/en/status/report-2024-07-2024-09/core.adoc
@@ -37,7 +37,8 @@ Core selected new liaisons for the various teams among themselves:
 
 ==== srcmgr
 
-* Core helped in forming a new srcmgr team. Their charter is not fully set in stone yet, it can be adjusted if needed in 6-12 months from now.
+* Core helped in forming a new srcmgr team.
+  Their charter is not fully set in stone yet, it can be adjusted if needed in 6-12 months from now.
 * Nominations for new src commit bits should from now on be sent to srcmgr@ instead of core@
 * A lurker program is suggested to keep an influx of new members.
 * Core announced srcmgr during DevSummit 202409 and sent a follow-up to developers@ on September 29.
diff --git a/website/content/en/status/report-2024-07-2024-09/dhclient.adoc b/website/content/en/status/report-2024-07-2024-09/dhclient.adoc
index 059e87b390..9d6468aa54 100644
--- a/website/content/en/status/report-2024-07-2024-09/dhclient.adoc
+++ b/website/content/en/status/report-2024-07-2024-09/dhclient.adoc
@@ -7,9 +7,12 @@ link:https://github.com/freebsd/freebsd-src/pull/1368[dhclient Pull Request] URL
 
 Contact: Isaac Cilia Attard <icattard@FreeBSD.org>
 
-As part of my Google Summer of Code 2024 project, involving speeding up the FreeBSD boot process, I have worked on decreasing the time it takes for ARP resolution within dhclient to happen. This involved reducing the default ARP resolution timeout from 2000 ms to 250 ms, and adding an option to disable it altogether. The latter is useful within cloud environments, where a node is certain to have an IP address allotted to it.
+As part of my Google Summer of Code 2024 project, involving speeding up the FreeBSD boot process, I have worked on decreasing the time it takes for ARP resolution within dhclient to happen.
+This involved reducing the default ARP resolution timeout from 2000 ms to 250 ms, and adding an option to disable it altogether.
+The latter is useful within cloud environments, where a node is certain to have an IP address allotted to it.
 
-As a consequence of this, connecting to a DHCP network is now faster, including the boot process during which this happens. The speedup experienced is about 2 seconds.
+As a consequence of this, connecting to a DHCP network is now faster, including the boot process during which this happens.
+The speedup experienced is about 2 seconds.
 
 This causes FreeBSD systems to boot significantly faster than before.
 
diff --git a/website/content/en/status/report-2024-07-2024-09/doceng.adoc b/website/content/en/status/report-2024-07-2024-09/doceng.adoc
index dcbd624fe6..2f3f0eee8e 100644
--- a/website/content/en/status/report-2024-07-2024-09/doceng.adoc
+++ b/website/content/en/status/report-2024-07-2024-09/doceng.adoc
@@ -16,7 +16,8 @@ Contact: FreeBSD Doceng Team <doceng@FreeBSD.org>
 
 The doceng@ team is a body to handle some of the meta-project issues associated with the FreeBSD Documentation Project; for more information, see link:https://www.freebsd.org/internal/doceng/[FreeBSD Doceng Team Charter].
 
-Benedict Reuschling steps down from doceng@. doceng@ would like to thank bcr@ for his service.
+Benedict Reuschling steps down from doceng@.
+doceng@ would like to thank bcr@ for his service.
 
 ==== Document changes
 
diff --git a/website/content/en/status/report-2024-07-2024-09/mac_do.adoc b/website/content/en/status/report-2024-07-2024-09/mac_do.adoc
index c06e2933f2..7fb834021b 100644
--- a/website/content/en/status/report-2024-07-2024-09/mac_do.adoc
+++ b/website/content/en/status/report-2024-07-2024-09/mac_do.adoc
@@ -5,7 +5,8 @@ Contact: Baptiste Daroussin <bapt@FreeBSD.org>
 
 This project aims at allowing controlled process credentials transitions without using setuid executables but instead leveraging our MAC framework.
 
-Traditional programs for credentials change have to execute preliminary operations as root (if not as the effective UID, at a minimum as the saved UID).  Some of these programs (e.g., man:sudo[8]) have lots of lines of codes and comprise features (e.g., loadable security modules) that can be dangerous from a security standpoint.
+Traditional programs for credentials change have to execute preliminary operations as root (if not as the effective UID, at a minimum as the saved UID).
+Some of these programs (e.g., man:sudo[8]) have lots of lines of codes and comprise features (e.g., loadable security modules) that can be dangerous from a security standpoint.
 Thus, they have a non-negligible attack surface and are difficult to prove correct.
 Additionally, in most scenarios, the extra features they bring are not necessary.
 
diff --git a/website/content/en/status/report-2024-07-2024-09/pinephone.adoc b/website/content/en/status/report-2024-07-2024-09/pinephone.adoc
index ca2095c1e1..31b82dad25 100644
--- a/website/content/en/status/report-2024-07-2024-09/pinephone.adoc
+++ b/website/content/en/status/report-2024-07-2024-09/pinephone.adoc
@@ -14,7 +14,8 @@ Over the last few weeks, the groundwork has been implemented like getting used t
 Also, the LCD backlight can be turned on already and the USB-C hub is enabled even though it is not yet functional due to missing power management support.
 
 The next step is to write a driver for the RK818 power management chip.
-Without it, most of the hardware will not power on like the USB-C port above. This will be done by trying to modify the existing RK808 driver.
+Without it, most of the hardware will not power on like the USB-C port above.
+This will be done by trying to modify the existing RK808 driver.
 RK818 support should then make it possible to access a lot more of the devices, e.g. allowing to enable the screen, USB peripherals or WiFi.
 
 Additional feedback and testers are welcome.
diff --git a/website/content/en/status/report-2024-07-2024-09/pot.adoc b/website/content/en/status/report-2024-07-2024-09/pot.adoc
index 43e02f0d25..220704d40e 100644
--- a/website/content/en/status/report-2024-07-2024-09/pot.adoc
+++ b/website/content/en/status/report-2024-07-2024-09/pot.adoc
@@ -13,7 +13,8 @@ Potluck aims to be to FreeBSD and Pot (and potentially one day also Podman) what
 During this quarter, there were two bugfixes to link:https://github.com/bsdpot/pot[Pot] that will be released soon.
 
 Potluck images saw some updates again.
-All images have been rebuilt again to include the latest fixes and quarterly packages. Additionally, some images like link:https://github.com/bsdpot/potluck/tree/master/loki[Loki] or link:https://github.com/bsdpot/potluck/tree/master/vault[Vault] have also received additional updates and bugfixes.
+All images have been rebuilt again to include the latest fixes and quarterly packages.
+Additionally, some images like link:https://github.com/bsdpot/potluck/tree/master/loki[Loki] or link:https://github.com/bsdpot/potluck/tree/master/vault[Vault] have also received additional updates and bugfixes.
 
 Also, we have done some research regarding potential future support of OCI, Buildah and Podman images in Potluck.
 Two blog posts, one describing link:https://honeyguide.eu/posts/build-own-containers-buildah-podman-freebsd/[a basic Buildah and Podman setup] and one describing link:https://honeyguide.eu/posts/micropod-blog-post/[how to orchestrate Podman containers with Nomad and Consul] have been published.