Page MenuHomeFreeBSD

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

Authored by fernape on Sep 1 2020, 5:10 PM.
Tags
None
Referenced Files
F131924044: D26283.id.diff
Sun, Oct 12, 6:12 AM
F131917296: D26283.diff
Sun, Oct 12, 5:04 AM
Unknown Object (File)
Thu, Oct 2, 6:04 PM
Unknown Object (File)
Mon, Sep 29, 5:37 PM
Unknown Object (File)
Mon, Sep 29, 4:28 PM
Unknown Object (File)
Fri, Sep 26, 9:29 AM
Unknown Object (File)
Sun, Sep 21, 11:41 AM
Unknown Object (File)
Wed, Sep 17, 8:04 AM

Details

Summary

Add EXAMPLES for all the flags.

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Small correction. I like how thorough you've covered all the options.
Thanks for that!

sbin/kldstat/kldstat.8
96 ↗(On Diff #76504)

I'd move the "verbose" before the "status" above (verbose status).

This revision is now accepted and ready to land.Sep 2 2020, 1:59 PM
This revision was automatically updated to reflect the committed changes.
fernape marked an inline comment as done.
In D26283#584420, @bcr wrote:

Ready to land.

Thanks for reviewing this!

sbin/kldstat/kldstat.8
96 ↗(On Diff #76504)

Thanks!