Page MenuHomeFreeBSD

kldconfig(8): Add EXAMPLES to the man page
ClosedPublic

Authored by fernape on Sep 29 2020, 5:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jul 9 2025, 1:11 AM
Unknown Object (File)
Jun 30 2025, 4:04 AM
Unknown Object (File)
Jun 28 2025, 4:29 PM
Unknown Object (File)
Jun 26 2025, 6:40 PM
Unknown Object (File)
Jun 25 2025, 6:21 AM
Unknown Object (File)
Jun 24 2025, 6:22 PM
Unknown Object (File)
Jun 15 2025, 1:45 PM
Unknown Object (File)
Jun 11 2025, 2:36 AM

Details

Summary

Add EXAMPLES section to the man page showing the use of all flags except for
-S.

While here, clarify -f description. It not only suppresses diagnostic messages
but it also affects the exit status of the command itself. This is shown in two
of the examples.

Test Plan
  • mandoc -Tlint clean
  • igor clean
  • aspell happy
  • man ./kldconfig.8 renders the page properly

Diff Detail

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

Event Timeline

bcr added a subscriber: bcr.

Looks good to me.

This revision is now accepted and ready to land.Sep 29 2020, 5:17 PM
This revision was automatically updated to reflect the committed changes.
In D26588#592214, @bcr wrote:

Looks good to me.

Thanks for the quick review!