diff options
author | Steven Schubiger <schubiger@gmail.com> | 2008-02-06 08:25:24 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-02-07 08:26:48 +0100 |
commit | a09dadf1004aa07e2c31d95d6c80247fec1fa646 (patch) | |
tree | c2d51188fa2964fce85927f5d2dad057fb67b17c /TODO | |
parent | 0981b56f266002d607236cbe0aa407b9ab631ad7 (diff) | |
download | coreutils-a09dadf1004aa07e2c31d95d6c80247fec1fa646.tar.xz |
mkdir, split: write --verbose output to stdout, not stderr.
* src/mkdir.c (verbose_output): New function.
(announce_mkdir): Use it.
* src/split.c (usage): Update.
* src/split.c (cwrite): Write to stdout, not stderr.
* doc/coreutils.texi (split invocation): Remove the mention
of --verbose output being printed to stderr.
* tests/mkdir/p-v: Redirect stdout, not stderr.
* tests/misc/split-a: Likewise.
* NEWS: Mention this change.
* TODO: Remove this item.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -46,14 +46,6 @@ And once that's done, add an exclusion so that `cp --link' no longer incurs the overhead of saving src. dev/ino and dest. filename in the hash table. -See if we can be consistent about where --verbose sends its output: - These all send --verbose output to stdout: - head, tail, rm, cp, mv, ln, chmod, chown, chgrp, install, ln - These send it to stderr: - shred mkdir split - shred must write --verbose output to stderr - readlink is different - Write an autoconf test to work around build failure in HPUX's 64-bit mode. See notes in README -- and remove them once there's a work-around. |