]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Improve periodic(8) manual page presentation
authorMateusz Piotrowski <0mp@FreeBSD.org>
Thu, 18 Jun 2020 10:52:51 +0000 (10:52 +0000)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Thu, 18 Jun 2020 10:52:51 +0000 (10:52 +0000)
commitaa1f87cb62612d4d653b7dcdc9609b2e2167d93e
tree5948e193cffdef217fa18318ee0b77d59ce3b4fb
parentd70bfedd087056716cbdb088c09709cea9251061
Improve periodic(8) manual page presentation

- Update synopsis to present all available arguments.
- Consistently call the argument specifying an arbitrary directory a
  "directory".
- Do not put macros into -width argument to Bl. They do not expand there.
- Stylize command modifiers like "daily" with Cm instead of Pa. While
  technically periodic(8) operates on directories with such names, it is
  confusing from the perspective of the manual page reader as Pa and Ar are
  stylized the same way. Also, I cannot recall a single manual page where
  Pa would be used to describe the syntax of command-line arguments.

MFC after: 2 weeks
usr.sbin/periodic/periodic.8