summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-29 03:42:55 +0000
committerJim Meyering <jim@meyering.net>1998-06-29 03:42:55 +0000
commit26d5ce2f26fb16e91bf68c00f2faa2a8ebd65a53 (patch)
treeac1e01e6f92dc9aeb1642281df73c845184ccd4f /old
parent868ed3b0af1be5b031cef2b5397ebe642709642b (diff)
downloadcoreutils-26d5ce2f26fb16e91bf68c00f2faa2a8ebd65a53.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 0bbf6063d..ba4ae2da0 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,8 @@
1998-06-28 Jim Meyering <meyering@ascend.com>
+ * src/ls.c (usage): Make --kilobytes description consistent with
+ that in du and df. From Göran Uddeborg.
+
* lib/mountlist.c (fsp_to_string): Clean out some crufty #ifdefs
now that we're using the jm_FSTYPENAME autoconf macro.