summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-08 23:20:38 +0000
committerJim Meyering <jim@meyering.net>2002-11-08 23:20:38 +0000
commitd84c4c33545ab66ff34a33d070be2d3efe4bbe43 (patch)
tree1c16ddad62f60fd745355fe288f300c20c5c162d /NEWS
parente3d3dee1b660b0d1e4ff056bc3c527978a32bb2e (diff)
downloadcoreutils-d84c4c33545ab66ff34a33d070be2d3efe4bbe43.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1c507fc9f..0723456ce 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