Page MenuHomeFreeBSD

sysctl(8): Mention CTLFLAG_SKIP
ClosedPublic

Authored by cperciva on Mar 20 2022, 5:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 3, 1:08 AM
Unknown Object (File)
Fri, Sep 27, 10:19 PM
Unknown Object (File)
Thu, Sep 26, 4:45 PM
Unknown Object (File)
Wed, Sep 25, 3:46 AM
Unknown Object (File)
Tue, Sep 24, 8:34 AM
Unknown Object (File)
Tue, Sep 24, 1:18 AM
Unknown Object (File)
Mon, Sep 23, 2:50 PM
Unknown Object (File)
Sun, Sep 22, 11:02 PM
Subscribers

Details

Summary

sysctl -a does not print values with this flag.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44834
Build 41722: arc lint + arc unit

Event Timeline

debdrup added a subscriber: debdrup.

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.

This revision is now accepted and ready to land.Mar 20 2022, 6:06 PM
This revision now requires review to proceed.Mar 20 2022, 6:09 PM
This revision is now accepted and ready to land.Mar 20 2022, 6:25 PM
This revision was automatically updated to reflect the committed changes.