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
F157469630: D26588.id77635.diff
Thu, May 21, 7:36 PM
F157465210: D26588.id77635.diff
Thu, May 21, 6:33 PM
F157456883: D26588.id77635.diff
Thu, May 21, 4:18 PM
Unknown Object (File)
Tue, Apr 28, 8:39 AM
Unknown Object (File)
Mon, Apr 27, 6:06 PM
Unknown Object (File)
Mon, Apr 27, 4:21 PM
Unknown Object (File)
Apr 17 2026, 9:15 PM
Unknown Object (File)
Apr 17 2026, 4:40 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 Not Applicable
Unit
Tests Not Applicable

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!