diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-12 09:27:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-12 09:27:25 +0000 |
commit | 0a70213d4dc01c6f5509e5c1eb756463e442c097 (patch) | |
tree | 16f801393e60a7cc5e88d1f85c80f0d5e74e6b24 | |
parent | 3139db372b9b8797dfd2637dcca0f84bd9e17af1 (diff) | |
download | coreutils-0a70213d4dc01c6f5509e5c1eb756463e442c097.tar.xz |
*** empty log message ***
-rw-r--r-- | doc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 6bddafe1f..8980d2ad3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2004-03-27 Paul Eggert <eggert@twinsun.com> + cp -pu and mv -u (when copying) now take the destination + file system time stamp resolution into account. + * coreutils.texi (mv invocation): Document this. (cp invocation): Document -u (it was missing!) with new behavior. |