Use notation compatible with SI and with IEC 60027-2.
authorJim Meyering <jim@meyering.net>
Fri, 21 Dec 2001 11:54:04 +0000 (11:54 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 21 Dec 2001 11:54:04 +0000 (11:54 +0000)
commitf5bf6fe980159a76a8ebd788f35e3f9d9ef685fe
tree5d2dc3c55a3e7589674bae6a89c9b8c1cf28bb17
parent9db9190cd4324d8322cb78d6d683c1f15e5c4cf0
Use notation compatible with SI and with IEC 60027-2.
For example, --block-size=1MB now means --block-size=1000000,
whereas --block-size=1MiB now means --block-size=1048576.
A trailing `B' now means decimal, not binary; this is a silent change.
-H or --si now outputs the trailing 'B', for consistency with this.
Programs now output trailing 'K' (not 'k') to mean 1024.
New df, du short option -B is short for --block-size.
You can omit an integer `1' before a block size suffix,
e.g. `df -BG' is equivalent to `df -B 1G' and to `df --block-size=1G'.

Document the above.  Remove documentation
for obsolescent constructs MD, --kilobytes, -m or --megabytes.
doc/coreutils.texi