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)
Sep 5 2025, 6:14 AM
Unknown Object (File)
Aug 2 2025, 6:36 PM
Unknown Object (File)
Aug 2 2025, 3:12 PM
Unknown Object (File)
Jul 22 2025, 12:28 PM
Unknown Object (File)
Jul 14 2025, 10:56 AM
Unknown Object (File)
Jun 30 2025, 4:07 AM
Unknown Object (File)
Jun 28 2025, 2:48 AM
Unknown Object (File)
Jun 24 2025, 8:33 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!