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
F118948271: D26662.id.diff
Tue, Jun 3, 4:02 PM
Unknown Object (File)
Mon, Jun 2, 8:27 PM
Unknown Object (File)
Mon, Jun 2, 6:16 PM
Unknown Object (File)
Sat, May 31, 5:41 AM
Unknown Object (File)
Tue, May 27, 12:28 PM
Unknown Object (File)
Apr 26 2025, 1:59 AM
Unknown Object (File)
Feb 19 2025, 11:05 PM
Unknown Object (File)
Feb 5 2025, 4:24 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!