]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: tweak wording
authorJim Meyering <jim@meyering.net>
Sat, 3 Jun 2017 04:50:04 +0000 (21:50 -0700)
committerJim Meyering <meyering@fb.com>
Sat, 8 Jul 2017 16:41:16 +0000 (18:41 +0200)
* NEWS (Bug fixes): Tweak wording of the mv/cp-vs-symlink-ownership
entry and the one about df.

NEWS

diff --git a/NEWS b/NEWS
index b834fa16ca6f96ca44a00034d21b3d152f36880c..35ba311971a663a8b96d1d2fdea3951d297f56f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.