Page MenuHomeFreeBSD

man: implement sysctl search
Needs ReviewPublic

Authored by yuripv on Feb 13 2021, 8:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 14, 1:10 PM
Unknown Object (File)
Fri, Sep 12, 4:20 AM
Unknown Object (File)
Aug 31 2025, 8:46 AM
Unknown Object (File)
Aug 31 2025, 5:40 AM
Unknown Object (File)
Aug 31 2025, 2:33 AM
Unknown Object (File)
Aug 15 2025, 8:11 AM
Unknown Object (File)
Aug 9 2025, 5:21 PM
Unknown Object (File)
Aug 4 2025, 1:06 AM
Subscribers
None
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Repurpose the useless Tn macro key define to be used for storing
the pseudo _tun macro when .Va is found inside of the "LOADER TUNABLES"
or "SYSCTL VARIABLES" sections.

Teach man(1) to do apropos search with _tun as key if we did not match
using the current logic.

Test Plan

man hw.usb.xhci.debug
man hw.ixl.rx_itr

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

yuripv created this revision.
yuripv edited the summary of this revision. (Show Details)
yuripv edited the test plan for this revision. (Show Details)
  • only special case .Va after .It macro
  • document the requirements in style.mdoc.5