Page MenuHomeFreeBSD

powerd.8: Improve style & fix typos
ClosedPublic

Authored by 0mp on Mar 3 2020, 12:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 15, 5:11 PM
Unknown Object (File)
Fri, Nov 14, 10:26 PM
Unknown Object (File)
Fri, Nov 14, 3:39 AM
Unknown Object (File)
Sun, Nov 2, 6:33 AM
Unknown Object (File)
Thu, Oct 23, 12:55 PM
Unknown Object (File)
Thu, Oct 23, 12:55 PM
Unknown Object (File)
Thu, Oct 23, 12:54 PM
Unknown Object (File)
Thu, Oct 23, 4:13 AM
Subscribers

Details

Summary
powerd.8: Improve style & fix typos

- Sort options.
- Do not use macros (like .Ar) to specify width for Bl (macros within that
  string are not expanded).
- Use Cm instead of Ar for mode names.
- Fix some typos reported by mandoc.
- Move the documentation of the the PID file from the -P flag description to
  the FILES section.

Diff Detail

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

Event Timeline

Good to go. Thanks!

This revision is now accepted and ready to land.Mar 3 2020, 1:05 PM
This revision was automatically updated to reflect the committed changes.
In D23941#526158, @bcr wrote:

Good to go. Thanks!

Thank you!