git: d7d94b0ab8b1 - stable/13 - sysctl.9: Fix grammar in *TUN descriptions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Oct 2025 15:52:44 UTC
The branch stable/13 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=d7d94b0ab8b1a77eca276be5b090171d57f95632
commit d7d94b0ab8b1a77eca276be5b090171d57f95632
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-09-28 08:05:47 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-10-01 15:52:31 +0000
sysctl.9: Fix grammar in *TUN descriptions
Reported by: bcr
Reviewed by: bcr
MFC after: 3 days
Event: EuroBSDCon 2025
Fixes: 5eb1caa8c845 Updated SYSCTL manual pages
Differential Revision: https://reviews.freebsd.org/D52768
(cherry picked from commit f34e1c76adc5efd9b603cf6b2d5827f7db8c2ed8)
---
share/man/man9/sysctl.9 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9
index d6c03623e417..4f334c7bb113 100644
--- a/share/man/man9/sysctl.9
+++ b/share/man/man9/sysctl.9
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd September 1, 2020
+.Dd September 28, 2025
.Dt SYSCTL 9
.Os
.Sh NAME
@@ -855,14 +855,14 @@ flags to be set indicating the read and write disposition of the sysctl:
.It Dv CTLFLAG_RD
This is a read-only sysctl.
.It Dv CTLFLAG_RDTUN
-This is a read-only sysctl and tunable which is tried fetched once
+This is a read-only sysctl and tunable which is fetched once
from the system environment early during module load or system boot.
.It Dv CTLFLAG_WR
This is a writable sysctl.
.It Dv CTLFLAG_RW
This sysctl is readable and writable.
.It Dv CTLFLAG_RWTUN
-This is a readable and writeable sysctl and tunable which is tried
+This is a readable and writeable sysctl and tunable which is
fetched once from the system environment early during module load or
system boot.
.It Dv CTLFLAG_NOFETCH
@@ -899,7 +899,7 @@ This sysctl can be written to by processes in
When iterating the sysctl name space, do not list this sysctl.
.It Dv CTLFLAG_TUN
Advisory flag that a system tunable also exists for this variable.
-The initial sysctl value is tried fetched once from the system
+The initial sysctl value is fetched once from the system
environment early during module load or system boot.
.It Dv CTLFLAG_DYN
Dynamically created OIDs automatically get this flag set.