git: ffc9b42f5a38 - main - rctl(4): document the sysctl tree
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Aug 2026 21:53:53 UTC
The branch main has been updated by vangyzen:
URL: https://cgit.FreeBSD.org/src/commit/?id=ffc9b42f5a388bcf911b0bb5401d11f207f99a80
commit ffc9b42f5a388bcf911b0bb5401d11f207f99a80
Author: Eric van Gyzen <vangyzen@FreeBSD.org>
AuthorDate: 2026-08-14 21:47:17 +0000
Commit: Eric van Gyzen <vangyzen@FreeBSD.org>
CommitDate: 2026-08-14 21:52:53 +0000
rctl(4): document the sysctl tree
Do not duplicate the documentation already available
through "sysctl -d", but tell the user where to find it.
PR: 257984
Suggested by: Felix Johnson <felix.the.red@gmail.com>
---
share/man/man4/rctl.4 | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/share/man/man4/rctl.4 b/share/man/man4/rctl.4
index 12f0a8374a51..d0d448461adf 100644
--- a/share/man/man4/rctl.4
+++ b/share/man/man4/rctl.4
@@ -55,9 +55,14 @@ This defaults to 1, unless
.Cd "options RACCT_DEFAULT_TO_DISABLED"
is set in the kernel configuration file.
.El
+.Sh SYSCTLS
+See the
+.Va kern.racct
+sysctl tree.
.Sh SEE ALSO
.Xr rctl.conf 5 ,
-.Xr rctl 8
+.Xr rctl 8 ,
+.Xr sysctl 8
.Sh HISTORY
The
.Nm