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
Unknown Object (File)
Feb 19 2025, 11:05 PM
Unknown Object (File)
Feb 5 2025, 4:24 AM
Unknown Object (File)
Feb 4 2025, 2:02 PM
Unknown Object (File)
Jan 27 2025, 2:05 PM
Unknown Object (File)
Jan 26 2025, 11:07 PM
Unknown Object (File)
Jan 26 2025, 4:23 AM
Unknown Object (File)
Jan 23 2025, 2:08 PM
Unknown Object (File)
Jan 22 2025, 12:56 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

bcr added a subscriber: bcr.

Great, I like these. Approved!

bin/df/df.1
191 ↗(On Diff #77856)

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!