diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-26 12:29:41 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-26 17:16:38 +0100 |
commit | c0c8685d46d106d5bf5eaed47b970db4ded672b3 (patch) | |
tree | 76483b2e383450365e027d3803f003298503a81b /ChangeLog | |
parent | 2c6754363fa8e42a69f024c105f0a28d4145ab9c (diff) | |
download | coreutils-c0c8685d46d106d5bf5eaed47b970db4ded672b3.tar.xz |
Improve a warning about non-portable "mv" usage.
* doc/coreutils.texi (mv invocation): Adjust the warning: moving a
dir-symlink-specified-with-a-trailing-slash works in a surprising
manner only on some systems. Reported by Tomas Pospisek in
http://bugs.debian.org/343652.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-01-26 Jim Meyering <meyering@redhat.com> + + Improve a warning about non-portable "mv" usage. + * doc/coreutils.texi (mv invocation): Adjust the warning: moving a + dir-symlink-specified-with-a-trailing-slash works in a surprising + manner only on some systems. Reported by Tomas Pospisek in + http://bugs.debian.org/343652. + 2008-01-26 Mike Frysinger <vapier@gentoo.org> * src/dircolors.hin (TERM): Add jfbterm. |