]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 362324:
authorMateusz Piotrowski <0mp@FreeBSD.org>
Thu, 2 Jul 2020 16:16:01 +0000 (16:16 +0000)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Thu, 2 Jul 2020 16:16:01 +0000 (16:16 +0000)
commit8709b46cbe2c8c4eaaebf778c069e77f41f5c6f7
tree293a3cc4fba877c5ea2c24ceba41dad72dfffb15
parentcc363f329ad24fef0dded50b4feef5cc4e6c9a54
MFC 362324:

Clean up and improve manual page for fuser(1)

- Mention option's arguments in the list of options (so that now we mention
  "-N system" instead of just "-N").
- Stylize signals and other constants like O_APPEND with Dv.
- Sort options.
- Change indentation width for readability.
- Fix a couple of typos.
- Sort symbols list.
- Use Sy instead of Cm for symbols. They are not command modifiers.
- Use Ex -std in the EXIT STATUS section for consistency with other manual
  pages.
- Use Ql instead of Dq Li for inline code examples as Li has recently been
  deprecated by mdoc.

Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D25332
usr.bin/fstat/fuser.1