Page MenuHomeFreeBSD

df(1): Add EXAMPLES section to man page
ClosedPublic

Authored by fernape on Oct 4 2020, 5:26 PM.
Tags
None
Referenced Files
F82690538: D26662.id77887.diff
Wed, May 1, 4:09 PM
F82690533: D26662.id.diff
Wed, May 1, 4:09 PM
F82685849: D26662.id77856.diff
Wed, May 1, 3:07 PM
Unknown Object (File)
Wed, May 1, 10:05 AM
Unknown Object (File)
Mar 11 2024, 5:35 PM
Unknown Object (File)
Mar 11 2024, 5:35 PM
Unknown Object (File)
Mar 11 2024, 5:35 PM
Unknown Object (File)
Mar 8 2024, 2:27 AM

Details

Summary
  • Add EXAMPLES section with four simple examples.
  • Simplify -H flag description. This makes easy to see the difference between this flagn and -h
  • While here, fix .Tn deprecated macro.
Test Plan
  • mandoc -Tlint clean
  • igor clean
  • aspell happy
  • man ./df.1 renders the page properly

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33979
Build 31172: arc lint + arc unit

Event Timeline

bcr added a subscriber: bcr.

Great, I like these. Approved!

bin/df/df.1
191

s/mount point/mount points/

This revision was not accepted when it landed; it landed in state Needs Review.Oct 5 2020, 1:40 PM
This revision was automatically updated to reflect the committed changes.

Committed with the suggested change.

Thanks for reviewing!