git: ffc9b42f5a38 - main - rctl(4): document the sysctl tree
Eric van Gyzen <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a7f8e71.1d805.3ffd2d81__2825.57331245101$1786744446$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by vangyzen: URL: https://cgit.FreeBSD.org/src/commit/?id=ffc9b42f5a388bcf911b0bb5401d11f207f99a80 commit ffc9b42f5a388bcf911b0bb5401d11f207f99a80 Author: Eric van Gyzen <[email protected]> AuthorDate: 2026-08-14 21:47:17 +0000 Commit: Eric van Gyzen <[email protected]> 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 <[email protected]> --- 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