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)
Sat, Apr 20, 3:20 AM
Unknown Object (File)
Fri, Apr 19, 7:07 AM
Unknown Object (File)
Sun, Mar 31, 6:21 PM
Unknown Object (File)
Feb 25 2024, 10:22 AM
Unknown Object (File)
Feb 12 2024, 7:43 PM
Unknown Object (File)
Jan 21 2024, 7:24 AM
Unknown Object (File)
Jan 4 2024, 11:45 PM
Unknown Object (File)
Dec 23 2023, 4:48 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