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)
Mar 23 2025, 1:50 AM
Unknown Object (File)
Mar 17 2025, 7:56 AM
Unknown Object (File)
Mar 7 2025, 4:45 PM
Unknown Object (File)
Mar 5 2025, 7:57 PM
Unknown Object (File)
Feb 24 2025, 1:31 PM
Unknown Object (File)
Feb 22 2025, 9:21 AM
Unknown Object (File)
Feb 19 2025, 5:03 AM
Unknown Object (File)
Feb 16 2025, 8:19 AM
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.