]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clean up fstat.1
author0mp <0mp@FreeBSD.org>
Wed, 17 Jun 2020 21:21:57 +0000 (21:21 +0000)
committer0mp <0mp@FreeBSD.org>
Wed, 17 Jun 2020 21:21:57 +0000 (21:21 +0000)
commit21438e1d6133a6226717359f3eebdb584ee80590
treee5691bf3289ba34d8774109006760908f1fef620
parentb98bbd34dc6c0364a6a822393895109b2bdad2c3
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).

MFC after: 1 week
usr.bin/fstat/fstat.1