commit | 4460e9f0ed16a3f4dea4dec13f90df9c956b4dc9 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Thu Aug 11 09:46:36 2016 -0500 |
committer | Rob Landley <rob@landley.net> | Thu Aug 11 09:46:36 2016 -0500 |
tree | 3cb9485b3e7bbda90018b3fafb12fca1cb898fd2 | |
parent | 5b360d8da327b38daf0c5b8874fbe55406b70ced [diff] |
Matthias Urhahn pointed out that %b returns hardwired 512 byte units (man 2 stat says so) and %B is the units on %b (I.E. always 512), so change output and help text. This matches what other implementations produce.