Page MenuHomeFreeBSD

df.1: Document that last unit option wins
AcceptedPublic

Authored by jlduran on Mar 4 2026, 4:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 14 2026, 1:39 AM
Unknown Object (File)
May 13 2026, 4:37 PM
Unknown Object (File)
May 11 2026, 3:32 PM
Unknown Object (File)
Apr 30 2026, 8:09 PM
Unknown Object (File)
Apr 28 2026, 5:42 AM
Unknown Object (File)
Apr 25 2026, 7:59 AM
Unknown Object (File)
Apr 16 2026, 10:07 AM
Unknown Object (File)
Apr 11 2026, 6:40 PM
Subscribers

Details

Reviewers
ziaee
Group Reviewers
manpages
Summary

Update the df manual page to clarify that when multiple unit options
(b, g, H, h, k, m) are provided simultaneously, only the last one
specified will take effect. This documents the existing behavior where
the options are processed in order and the final unit specification
overrides any previous ones.

Obtained from: NetBSD
PR: 290711

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jlduran added a reviewer: manpages.

See ls for similar language.

This revision is now accepted and ready to land.Mar 5 2026, 5:05 PM

See ls for similar language.

Oh! Nice. I'll update the revision.