From: Jim Meyering Date: Fri, 8 Nov 2002 23:20:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-4_5_4~288 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d84c4c33545ab66ff34a33d070be2d3efe4bbe43;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 1c507fc..0723456 100644 --- a/NEWS +++ b/NEWS @@ -11,8 +11,8 @@ $ ls -l --block-size="K" -rw-rw-r-- 1 eggert src 46371K Sep 24 23:40 file * ls's --block-size option now affects file sizes in all cases, not - just for --block-size=si and --block-size=si. Fractional sizes - are now always rounded up, for consistency with df and du. + just for --block-size=human-readable and --block-size=si. Fractional + sizes are now always rounded up, for consistency with df and du. * df now displays the block size using powers of 1000 if the requested block size seems to be a multiple of a power of 1000. * `yes|nl -s%n' no longer evokes a segfault