diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-09 20:38:56 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-09 20:38:56 +0000 |
commit | 2983bf7c85fc69d1bcfb6fa45c2dd7eedc59fc2a (patch) | |
tree | 92f5855026aec53107af88df67438d0817a8fd02 | |
parent | 34d0ffbce49a5310a592a6c91ff12f4777797f77 (diff) | |
download | coreutils-2983bf7c85fc69d1bcfb6fa45c2dd7eedc59fc2a.tar.xz |
* NEWS: Fix typo: iso-8602 -> iso-8601. Problem reported by
Bob Proulx.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2006-10-09 Paul Eggert <eggert@cs.ucla.edu> + * NEWS: Fix typo: iso-8602 -> iso-8601. Problem reported by + Bob Proulx. + * bootstrap (usage, main program, symlink_to_gnulib): Add option --copy. Inspired by a suggestion from Bruno Haible. @@ -638,7 +638,7 @@ GNU coreutils NEWS -*- outline -*- cp and mv: the --reply=X option is deprecated - date accepts the new option --rfc-3339=TIMESPEC. The old --iso-8602 (-I) + date accepts the new option --rfc-3339=TIMESPEC. The old --iso-8601 (-I) option is deprecated; it still works, but new applications should avoid it. date, du, ls, and pr's time formats now support new %:z, %::z, %:::z specifiers for numeric time zone offsets like -07:00, -07:00:00, and -07. |