From: Jim Meyering Date: Sat, 10 Jan 1998 14:23:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16k~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a077a7833c4376bf2e6cd29c62d4d250918273cc;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 025e5a3b71..fa50537832 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,7 @@ 1998-01-10 Jim Meyering - * 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.