From: Paul Eggert Date: Wed, 14 Sep 2005 06:59:17 +0000 (+0000) Subject: Fix typos noted by Eric Blake. X-Git-Tag: v5.90~227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e386e5642d97372e213cbfc23db59156b4802692;p=thirdparty%2Fcoreutils.git Fix typos noted by Eric Blake. --- diff --git a/ChangeLog b/ChangeLog index 3c2e156cfa..0eb37815c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,11 +19,11 @@ 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