From: Paul Eggert Date: Wed, 28 Feb 2007 21:25:53 +0000 (+0100) Subject: * doc/coreutils.texi (Common options): --si outputs "M", not "MB". X-Git-Tag: COREUTILS-6_9~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5dbc718410926dac32cf55dc3061c4b9e6c4946;p=thirdparty%2Fcoreutils.git * doc/coreutils.texi (Common options): --si outputs "M", not "MB". Problem reported by Philip Rowlands in . --- diff --git a/ChangeLog b/ChangeLog index 0104bb9618..217ce28811 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-28 Paul Eggert + + * doc/coreutils.texi (Common options): --si outputs "M", not "MB". + Problem reported by Philip Rowlands in + . + 2007-02-28 Jim Meyering * .x-sc_file_system: Add the new test, tests/misc/df-P, to this diff --git a/doc/coreutils.texi b/doc/coreutils.texi index b313afdc7e..23451fe737 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -558,8 +558,8 @@ symbolic link to a directory. @xref{Target directory}. @itemx --si @opindex --si @cindex SI output -Append an SI-style abbreviation to each size, such as @samp{MB} for -megabytes. Powers of 1000 are used, not 1024; @samp{MB} stands for +Append an SI-style abbreviation to each size, such as @samp{M} for +megabytes. Powers of 1000 are used, not 1024; @samp{M} stands for 1,000,000 bytes. This option is equivalent to @option{--block-size=si}. Use the @option{-h} or @option{--human-readable} option if