diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-05 06:07:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-05 06:07:46 +0000 |
commit | 70bf2ee07da6d8df7d5a0632ae2dcafbefce16ee (patch) | |
tree | 9d8fe67fd36618ad7ee57d74586a9ed4ec21af31 /old | |
parent | e40b2aea7427bb8e40636af150ca3ccba6c72cd7 (diff) | |
download | coreutils-70bf2ee07da6d8df7d5a0632ae2dcafbefce16ee.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 429f5bba6..bb9807a24 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,7 @@ Changes in release 4.1: [4.0q] +* `mv DIR EXISTING-FILE' no longer removes EXISTING-FILE. Now it gets an error + as POSIX says it must. * touch no longer hangs on fifos [4.0p] * various tools: quote multibyte characters correctly in diagnostics |