diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-01 23:43:38 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-01 23:43:38 +0000 |
commit | 4b15886f93692886f54695f543df692c40d17772 (patch) | |
tree | cd10c1fbbef67a369f71097b9566775e30c8de3b /doc | |
parent | 473a0d6209aff2dc3108919963ddd778614f706d (diff) | |
download | coreutils-4b15886f93692886f54695f543df692c40d17772.tar.xz |
"touch 0101000000" now operates as POSIX 1002.1-2001 requires.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 7eec6ebb3..a0a20b55e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -2,6 +2,7 @@ * coreutils.texi (tail invocation): Describe obsolete usages like "tail -2" more precisely. + (touch invocation): The old usage works only for 1969-1999 now. 2005-08-28 David Madore <david.madore@ens.fr> |