1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00

doc: tweak wording

* NEWS (Bug fixes): Tweak wording of the mv/cp-vs-symlink-ownership
entry and the one about df.
This commit is contained in:
Jim Meyering
2017-06-02 21:50:04 -07:00
committed by Jim Meyering
parent a9f2be5bfe
commit df2c30dca6
+4 -4
View File
@@ -4,9 +4,9 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
cp and mv now only warn about failure to preserve ownership of symlinks.
cp (without -p) will no longer exit with a failure status, and mv will
also no longer leave such symlinks remaining in the source file system.
cp and mv now merely warn about any failure to preserve symlink ownership.
Before, cp (without -p) would exit with a failure status, and a cross-device
mv would leave such symlinks behind in the source file system.
[the bug dates back to the initial implementation]
date and touch no longer overwrite the heap with large
@@ -18,7 +18,7 @@ GNU coreutils NEWS -*- outline -*-
[bug introduced in coreutils-8.24]
df no longer interacts with excluded file system types, so for example
specifying -x nfs will no longer hang with problematic nfs mounts.
specifying -x nfs no longer hangs with problematic nfs mounts.
[bug introduced in coreutils-8.21]
split no longer exits when invocations of a --filter return EPIPE.