git: fc383f1306 - main - Status/2023Q3/valgrind.adoc: Fixes

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Thu, 28 Sep 2023 12:30:32 UTC
The branch main has been updated by salvadore:

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

commit fc383f13066236263ca4516e45db1be3426c7733
Author:     Graham Perrin <grahamperrin@gmail.com>
AuthorDate: 2023-09-28 12:25:34 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-09-28 12:25:34 +0000

    Status/2023Q3/valgrind.adoc: Fixes
    
    Approved by:    Paul Floyd <pjfloyd@wanadoo.fr> (report author)
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/260
---
 website/content/en/status/report-2023-07-2023-09/valgrind.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/website/content/en/status/report-2023-07-2023-09/valgrind.adoc b/website/content/en/status/report-2023-07-2023-09/valgrind.adoc
index 332b256cdb..207dbc13cd 100644
--- a/website/content/en/status/report-2023-07-2023-09/valgrind.adoc
+++ b/website/content/en/status/report-2023-07-2023-09/valgrind.adoc
@@ -6,7 +6,7 @@ link:https://www.valgrind.org/docs/manual/dist.news.html[Valgrind News] URL: lin
 
 Contact: Paul Floyd <pjfloyd@wanadoo.fr>
 
-The package:devel/valgrind-devel[] is in the process of being updated.
+package:devel/valgrind-devel[] is in the process of being updated.
 This contains most of what will be in the official release of Valgrind 3.22 due out in October.
 
 `memcheck` has been enhanced with some more checks.
@@ -19,5 +19,6 @@ As usual there are numerous small bugfixes.
 
 Specific to FreeBSD there is now support for FreeBSD 15.
 Two extra `_umtx_op` operations are now supported, `UMTX_OP_GET_MIN_TIMEOUT` and `UMTX_OP_SET_MIN_TIMEOUT`.
-There is a fix for the use of sysctl kern proc pathname with the guest pid or -1 which previously returned the path of the Valgrind host. The sysctl will now return the name of the guest.
+There is a fix for the use of sysctl kern proc pathname with the guest pid or -1, which previously returned the path of the Valgrind host.
+The sysctl will now return the path of the guest.
 Support for the `close_range` system call has been added.