]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(usage): Don't use `,' as the thousands separator
authorJim Meyering <jim@meyering.net>
Wed, 14 May 2003 09:13:26 +0000 (09:13 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 14 May 2003 09:13:26 +0000 (09:13 +0000)
commitdc7b620a314756c1cfa1e9152e528cda63e586b9
treedaea9e3e6271ef93d846eb6ed29c2e868d283a3f
parente83a04a9d753931bc816b28cff5407674481987a
(usage): Don't use `,' as the thousands separator
in e.g. 1,000,000 and 1,048,576.  Instead, do this:
`SIZE may be ..., MB 1000*1000, M 1024*1024 and so on...'
src/du.c