diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-02-28 22:25:53 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-28 22:25:53 +0100 |
commit | e5dbc718410926dac32cf55dc3061c4b9e6c4946 (patch) | |
tree | 3d9cb9af079fb1116f4d453194db1310e9d692fc /doc | |
parent | b2a48ec2402585879ed334de21368f0cfa49fb48 (diff) | |
download | coreutils-e5dbc718410926dac32cf55dc3061c4b9e6c4946.tar.xz |
* doc/coreutils.texi (Common options): --si outputs "M", not "MB".
Problem reported by Philip Rowlands in
<http://lists.gnu.org/archive/html/bug-coreutils/2007-02/msg00283.html>.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index b313afdc7..23451fe73 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 |