Page MenuHomeFreeBSD

Clean up and improve manual page for fuser(1)
ClosedPublic

Authored by 0mp on Jun 17 2020, 8:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 4, 9:36 AM
Unknown Object (File)
Mon, Dec 2, 3:59 AM
Unknown Object (File)
Oct 25 2024, 1:57 PM
Unknown Object (File)
Oct 3 2024, 1:12 AM
Unknown Object (File)
Sep 26 2024, 5:54 AM
Unknown Object (File)
Sep 24 2024, 4:43 AM
Unknown Object (File)
Sep 20 2024, 3:20 PM
Unknown Object (File)
Sep 20 2024, 3:19 PM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

0mp requested review of this revision.Jun 17 2020, 8:44 PM
bcr added a subscriber: bcr.

Looks good to me.

In D25332#558631, @bcr wrote:

Looks good to me.

Thanks!

This revision was not accepted when it landed; it landed in state Needs Review.Jun 18 2020, 11:18 AM
This revision was automatically updated to reflect the committed changes.