]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerd.8: Improve style & fix typos
author0mp <0mp@FreeBSD.org>
Tue, 3 Mar 2020 13:25:08 +0000 (13:25 +0000)
committer0mp <0mp@FreeBSD.org>
Tue, 3 Mar 2020 13:25:08 +0000 (13:25 +0000)
commit998a8f404d354caff1da46375369bb14b8eea25a
tree0675aed07a0f19d0a88a16d8ef9a03b1ee3b30c3
parent444460945e9b2b4739c9f9b4920e8844269c4a60
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 PID file from the -P flag description to
  the FILES section.

Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D23941
usr.sbin/powerd/powerd.8