]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 362290:
authorMateusz Piotrowski <0mp@FreeBSD.org>
Sat, 27 Jun 2020 14:36:44 +0000 (14:36 +0000)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Sat, 27 Jun 2020 14:36:44 +0000 (14:36 +0000)
commit5613c5e6d500f740b68f7cb8a0b8ad2d679bddd7
tree8767f20c356761598c2278d5f8b1d4e832d95105
parenta923357598e1f291972990db6a56baacf53bfdeb
MFC 362290:

Clean up fstat.1

- Sort options in the list & indent for readability.
- Pet linters
  - Use "\(em" instead of "--"
  - Remove Tn macros
- Use Ql instead of Dq Li
- Add arguments to the -M, -N, -p, and -u options in their descriptions.
- Use Sy instead of Li for field names. Li is deprecated, and Ql makes no
  sense here.
- Replace a literal block with a list for the table of special names
  related to FD.
- Use Ql instead of ``X''.
- Add a dot after etc.
- Reference fuser(1).
usr.bin/fstat/fstat.1