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, Mar 14, 10:18 AM
Unknown Object (File)
Wed, Mar 11, 11:29 AM
Unknown Object (File)
Wed, Mar 11, 2:15 AM
Unknown Object (File)
Fri, Mar 6, 2:07 PM
Unknown Object (File)
Tue, Feb 24, 8:12 PM
Unknown Object (File)
Sun, Feb 22, 7:11 PM
Unknown Object (File)
Sun, Feb 22, 12:45 PM
Unknown Object (File)
Feb 4 2026, 4:56 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!