Page MenuHomeFreeBSD

powerd.8: Improve style & fix typos
ClosedPublic

Authored by 0mp on Mar 3 2020, 12:57 PM.
Tags
None
Referenced Files
F170568275: D23941.id69116.diff
Sat, Sep 5, 11:02 AM
F170475559: D23941.diff
Sat, Sep 5, 12:16 AM
F170416402: D23941.diff
Fri, Sep 4, 5:50 PM
Unknown Object (File)
Wed, Sep 2, 8:24 PM
Unknown Object (File)
Wed, Sep 2, 1:04 PM
Unknown Object (File)
Wed, Sep 2, 11:10 AM
Unknown Object (File)
Wed, Sep 2, 8:49 AM
Unknown Object (File)
Mon, Aug 31, 5:36 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 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!