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)
Dec 4 2024, 8:51 AM
Unknown Object (File)
Dec 4 2024, 8:51 AM
Unknown Object (File)
Dec 4 2024, 8:51 AM
Unknown Object (File)
Dec 4 2024, 8:30 AM
Unknown Object (File)
Oct 24 2024, 9:00 PM
Unknown Object (File)
Oct 24 2024, 9:00 PM
Unknown Object (File)
Oct 24 2024, 9:00 PM
Unknown Object (File)
Oct 24 2024, 8:37 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 29756
Build 27594: arc lint + arc unit

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!