summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-10 14:23:08 +0000
committerJim Meyering <jim@meyering.net>1998-01-10 14:23:08 +0000
commita077a7833c4376bf2e6cd29c62d4d250918273cc (patch)
tree47589de46ba29fbb09cbff66209d7346a8754dad /old
parenta3094b05298431ce0bc5a1430e5ec816df7e6312 (diff)
downloadcoreutils-a077a7833c4376bf2e6cd29c62d4d250918273cc.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 025e5a3b7..fa5053783 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,7 @@
1998-01-10 Jim Meyering <meyering@na-net.ornl.gov>
- * src/ls.c (decode_switches) [-u]: Fix bug whereby -u had no effect
- without -l or -t. Now, -u (like -c) implies --sort=time.
+ * src/ls.c (decode_switches) [-u]: Fix bug whereby -u worked only
+ with -l or -t. Now, -u (like -c) implies --sort=time.
(usage): Correct descriptions of --sort, --time, and -t.
Suggestions from Andreas Schwab.