1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-13 02:42:18 +02:00

* NEWS: (cp --backup fix): Fix a typo.

This commit is contained in:
Jim Meyering
2006-10-22 18:59:58 +02:00
parent dcf5b47708
commit b1289b8716
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2006-10-21 Jim Meyering <jim@meyering.net>
* NEWS: (cp --backup fix): Fix a typo.
* .gitignore: Remove some references to files in subdirectories.
* build-aux/.gitignore, doc/.gitignore, lib/.gitignore: New files.
* m4/.gitignore, po/.gitignore, src/.gitignore: Likewise.

2
NEWS
View File

@@ -9,7 +9,7 @@ GNU coreutils NEWS -*- outline -*-
--from=o:g (chown only). This bug was introduced with the switch to
gnulib's openat-based variant of fts, for coreutils-6.0.
cp --backup dir1 dir2, would rename an existing dir1/dir2 to dir1/dir2~.
cp --backup dir1 dir2, would rename an existing dir2/dir1 to dir2/dir1~.
This bug was introduced in coreutils-6.0.
With --force (-f), rm no longer fails for ENOTDIR.