diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-04 14:43:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-04 14:43:27 +0000 |
commit | baa8cd4493d6c067e2a8b5e43f8f72162857a9ea (patch) | |
tree | 71da46181c2fadbc00ec8aa4a17320ae88fcf5a5 | |
parent | d008b48e3b8a14af6ba4faab3f5361a880fcfc30 (diff) | |
download | coreutils-baa8cd4493d6c067e2a8b5e43f8f72162857a9ea.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 4ebe31fd3..4bb5f459a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +1999-04-04 Jim Meyering <meyering@ascend.com> + + * src/ls.c (print_long_format): Add a space between %s and %3u. This + assures that even when modebuf has the trailing `+' and there are more + than 99 hard links to a file, the permissions string and the link count + will be separated. + 1999-04-03 Jim Meyering <meyering@ascend.com> * src/shred.c (dopass): add curly braces to avoid warning about |