summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-08 16:52:43 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-08 16:52:43 +0000
commitcd8fce3088967ffe7c3e3b4de332c7379705924f (patch)
treedc621a0f53fa24d5123cd0f51a604194065b5d11 /NEWS
parent7f26e14e3ad8552a9c81a4665a377b1852b196aa (diff)
downloadcoreutils-cd8fce3088967ffe7c3e3b4de332c7379705924f.tar.xz
cp, ln, mv, rm no longer discard white space when intepreting responses.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 25e30fb68..b2e4e3a8b 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,12 @@ GNU coreutils NEWS -*- outline -*-
** Changes for better conformance to POSIX
+ cp, ln, mv, rm changes:
+
+ Leading white space is now significant in responses to yes-or-no questions.
+ For example, if "rm" asks "remove regular file `foo'?" and you respond
+ with " y" (i.e., space before "y"), it counts as "no".
+
dd changes:
On a QUIT or PIPE signal, dd now exits without printing statistics.