summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOndřej Vašík <ovasik@redhat.com>2008-03-10 17:03:41 +0100
committerJim Meyering <meyering@redhat.com>2008-03-10 19:47:15 +0100
commit9c393fa1944e5decb2838de7cbcf6b371717fd77 (patch)
tree2231be9b72506005a058543193e659120bb121c6 /NEWS
parent3c7a6ae340feee50ed6368ff9224aa3a29fff97e (diff)
downloadcoreutils-9c393fa1944e5decb2838de7cbcf6b371717fd77.tar.xz
install, rmdir: write --verbose output to stdout, not to stderr.
* src/install.c (announce_mkdir): Write verbose output to stdout, not to stderr. * src/mkdir.c (announce mkdir): Use prog_fprintf for verbose output. * src/prog-fprintf.c (prog_fprintf): New function and file. * src/prog-fprintf.h: New file. * src/rmdir.c (main): Write verbose output to stdout, not to stderr. Quote directory name in a diagnostic. * src/rmdir.c (remove_parents): Write verbose output to stdout, not to stderr. * doc/coreutils.texi: Mention that shred verbose output is to stderr. * NEWS: Mention the changes. Signed-off-by: Ondřej Vašík <ovasik@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a738dab1b..948bcede7 100644
--- a/NEWS
+++ b/NEWS
@@ -40,7 +40,8 @@ GNU coreutils NEWS -*- outline -*-
** Consistency
- mkdir and split now write --verbose output to stdout, not stderr.
+ install, mkdir, rmdir and split now write --verbose output to stdout,
+ not to stderr.
* Noteworthy changes in release 6.10 (2008-01-22) [stable]