Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2025 09:29:24 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f34e1c76adc5 - main - sysctl.9: Fix grammar in *TUN descriptions
Message-ID:  <202509280929.58S9TOLf026356@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=f34e1c76adc5efd9b603cf6b2d5827f7db8c2ed8

commit f34e1c76adc5efd9b603cf6b2d5827f7db8c2ed8
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-09-28 08:05:47 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-09-28 09:27:08 +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
---
 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 92c8532c8ed2..31031e64f713 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
@@ -863,14 +863,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
@@ -907,7 +907,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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509280929.58S9TOLf026356>