]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 10 Jan 1998 14:23:08 +0000 (14:23 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Jan 1998 14:23:08 +0000 (14:23 +0000)
old/fileutils/ChangeLog

index 025e5a3b71b45be5250d4008cfd57f000029ec13..fa50537832ed8be789080b4d9238a075f73d449f 100644 (file)
@@ -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.