]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix typos noted by Eric Blake.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Sep 2005 06:59:17 +0000 (06:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Sep 2005 06:59:17 +0000 (06:59 +0000)
ChangeLog

index 3c2e156cfa22a297ceeac36fcbcb07a229ec24c9..0eb37815c82b5c8001c214c2fef9e695240e0772 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        Autoconf 2.59.
 
        * NEWS: date has a new --rfc-3339 option, and the old --iso-8601
-       option is deprecated.  date and ls also have new time format
+       option is deprecated.  date, du, ls, and pr also have new time format
        specifiers %:z, %::z, %:::z.
        * src/date.c (TIME_SPEC_DATE): No longer needs to be nonzero, so
        remove the "=1".
-       (TIME_SOEC_HOURS, TIME_SPEC_MINUTES): Must be at end now, so put
+       (TIME_SPEC_HOURS, TIME_SPEC_MINUTES): Must be at end now, so put
        them there.
        (time_spec_string, time_spec): Hours and minutes must be at
        start now, so put them there.
@@ -39,7 +39,7 @@
        (show_date): Assume format arg is not NULL, which is the case
        now.  The default code is moved to 'main'.  This simplifies things
        and allows the default to be calculated just once.
-       * tests/misc/date: Add tests for --rfc-3339.
+       * tests/misc/date: Add tests for --rfc-3339, %:z, %::z, %:::z.
 
 2005-09-13  Jim Meyering  <jim@meyering.net>