Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2024 06:26:55 GMT
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6e77fccf3445 - main - SYSCTL_ADD_CONST_STRING(9): HISTORY
Message-ID:  <202404030626.4336QtHE097077@gitrepo.freebsd.org>

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

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

commit 6e77fccf3445760d44ce132c9fc35d4a2f25ec0e
Author:     David E. O'Brien <obrien@FreeBSD.org>
AuthorDate: 2024-04-03 06:25:39 +0000
Commit:     David E. O'Brien <obrien@FreeBSD.org>
CommitDate: 2024-04-03 06:25:39 +0000

    SYSCTL_ADD_CONST_STRING(9): HISTORY
    
    Add information of where one may use this API.
---
 share/man/man9/sysctl.9 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9
index 2a4370a5d67c..8c4ee71c96c6 100644
--- a/share/man/man9/sysctl.9
+++ b/share/man/man9/sysctl.9
@@ -1058,6 +1058,9 @@ The
 .Xr sysctl 8
 utility first appeared in
 .Bx 4.4 .
+.Nm SYSCTL_ADD_CONST_STRING
+first appeared in
+.Fx 12.1 .
 .Sh AUTHORS
 .An -nosplit
 The



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