Several new sysctl types have been added in recent years that are not
mentioned in the main sysctl(9) man page. Update it to include these new
types among the macros/function prototypes.
Details
Details
- Reviewers
• hselasky imp glebius bcr mhorne063_gmail.com - Group Reviewers
manpages - Commits
- rS344518: Add missing types to the sysctl(9) manual page
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Update the diff to include other missing sysctl types found in sysctl.h.
Some of these sysctls are already documented in other pages (e.g counter(9)
and ZONE(9)), but they should at least be mentioned here for completeness.
This patch now documents all of the following:
SYSCTL_BOOL/SYSCTL_ADD_BOOL
SYSCTL_COUNTER_U64/SYSCTL_ADD_COUNTER_U64
SYSCTL_COUNTER_U64_ARRAY/SYSCTL_ADD_COUNTER_U64_ARRAY
SYSCTL_SBINTIME_MSEC/SYSCTL_ADD_SBINTIME_MSEC
SYSCTL_SBINTIME_USEC/SYSCTL_ADD_SBINTIME_USEC
SYSCTL_UMA_CUR/SYSCTL_ADD_UMA_CUR
SYSCTL_UMA_MAX/SYSCTL_ADD_UMA_MAX
share/man/man9/sysctl.9 | ||
---|---|---|
61 ↗ | (On Diff #54194) | I've elected to break the alphabetical order here to differentiate 'UMA' prefix from the unsigned 'U' prefix. If this is undesirable let me know and I can change it back. |