Page MenuHomeFreeBSD

df.1: Document that last unit option wins
AcceptedPublic

Authored by jlduran on Wed, Mar 4, 4:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 29, 12:56 PM
Unknown Object (File)
Tue, Mar 24, 8:44 AM
Unknown Object (File)
Sun, Mar 22, 4:34 PM
Unknown Object (File)
Fri, Mar 20, 9:19 PM
Unknown Object (File)
Fri, Mar 20, 7:19 AM
Unknown Object (File)
Fri, Mar 20, 4:20 AM
Unknown Object (File)
Fri, Mar 13, 4:29 PM
Unknown Object (File)
Thu, Mar 12, 9:45 AM
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.Thu, Mar 5, 5:05 PM

See ls for similar language.

Oh! Nice. I'll update the revision.