git: 6e77fccf3445 - main - SYSCTL_ADD_CONST_STRING(9): HISTORY
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 06:26:55 UTC
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