git: 76b06d5a1a74 - stable/13 - sysctl.8: Reference sysctl(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 09:56:22 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=76b06d5a1a7486af72deb572b00e5a231676d59e
commit 76b06d5a1a7486af72deb572b00e5a231676d59e
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-06-30 13:34:58 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-07-07 09:56:18 +0000
sysctl.8: Reference sysctl(9)
MFC after: 1 week
(cherry picked from commit 0438e9beb552b5e33c5d54748395429c6f9b8075)
---
sbin/sysctl/sysctl.8 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index eb3a5a5f79e9..bd4000697552 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -28,7 +28,7 @@
.\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd March 20, 2022
+.Dd June 30, 2022
.Dt SYSCTL 8
.Os
.Sh NAME
@@ -327,6 +327,7 @@ was significantly remodeled.
The
.Nm
utility presently exploits an undocumented interface to the kernel
-sysctl facility to traverse the sysctl tree and to retrieve format
+.Xr sysctl 9
+facility to traverse the sysctl tree and to retrieve format
and name information.
This correct interface is being thought about for the time being.