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)
Sun, May 10, 6:59 AM
Unknown Object (File)
Sat, May 9, 4:13 PM
Unknown Object (File)
Sat, May 9, 1:58 PM
Unknown Object (File)
Fri, May 8, 8:23 PM
Unknown Object (File)
Sat, May 2, 11:38 AM
Unknown Object (File)
Tue, Apr 28, 8:03 AM
Unknown Object (File)
Wed, Apr 22, 11:17 AM
Unknown Object (File)
Apr 17 2026, 10:34 PM

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!