sysctl -a does not print values with this flag.
Details
Details
- Reviewers
debdrup - Group Reviewers
manpages - Commits
- rG7d160dc9a1a2: sysctl(8): Mention CTLFLAG_SKIP
rG1dee7c74d1ab: sysctl(8): Mention CTLFLAG_SKIP
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 44832 Build 41720: arc lint + arc unit
Event Timeline
Comment Actions
I only spotted one minor nit, so I'll accept this and you can commit and push at your convenience after you've fixed it.
Remember to bump .Dd too, though - or bcr is gonna be disappointed. :P
sbin/sysctl/sysctl.8 | ||
---|---|---|
67 | CTLFLAG_SKIP is a defined variable, so mark it as such. |