diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-24 08:06:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-24 08:06:18 +0000 |
commit | 7cec3ce1bd632d59b0024b736bb7981249653208 (patch) | |
tree | e7004e4a6aac04f71429440f7daec4e10624ecf8 /old/fileutils/NEWS | |
parent | 0924e6fa60fc3c94bf8132c71f4d83b1b515e83d (diff) | |
download | coreutils-7cec3ce1bd632d59b0024b736bb7981249653208.tar.xz |
.
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r-- | old/fileutils/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 9029c8b36..1a47890e9 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,6 +1,8 @@ [4.1.2] * cp no longer fails when two or more source files are the same; - now it just gives a warning. E.g., cp a a d/ + now it just gives a warning and doesn't copy the file the second time. + E.g., cp a a d/ produces this: + cp: warning: source file `a' specified more than once * chmod would set the wrong bit when given symbolic mode strings like these: g=o, o=g, o=u. E.g., `chmod a=,o=w,ug=o f' would give a mode of --w-r---w- rather than --w--w--w-. |