*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 8 Nov 2002 23:20:38 +0000 (23:20 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 8 Nov 2002 23:20:38 +0000 (23:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1c507fc..0723456 100644 (file)
--- 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