diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-31 21:36:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-31 21:36:14 +0000 |
commit | 0327bae4003780d7c426ee77349f6466f6e10cb5 (patch) | |
tree | ee8566a17d32ceaee90f18c4d25fbcbd7f2f24d6 /old | |
parent | e3d35f67898b94fa588fd24d6e620bdcabe23437 (diff) | |
download | coreutils-0327bae4003780d7c426ee77349f6466f6e10cb5.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0dd438f84..7e76ea06a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +1997-12-31 Paul Eggert <eggert@twinsun.com> + + If the -h or -H options are given, print inode counts and + disk allocations using a human readable format. + + * src/df.c (show_dev): Print inode counts human readably. + * src/ls.c (decode_switches): -h and -H override output units. + (print_dir, gobble_file, print_long_format, + print_file_name_and_frills): Print disk allocations human readably. + * doc/fileutils.texi: Document the above changes. + 1997-12-31 Jim Meyering <meyering@na-net.ornl.gov> * src/df.c (show_dev): Move declarations and computation of |