mkdir, split: write --verbose output to stdout, not stderr.
authorSteven Schubiger <schubiger@gmail.com>
Wed, 6 Feb 2008 07:25:24 +0000 (08:25 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 7 Feb 2008 07:26:48 +0000 (08:26 +0100)
commita09dadf1004aa07e2c31d95d6c80247fec1fa646
treec2d51188fa2964fce85927f5d2dad057fb67b17c
parent0981b56f266002d607236cbe0aa407b9ab631ad7
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.
ChangeLog
NEWS
TODO
doc/coreutils.texi
src/mkdir.c
src/split.c
tests/misc/split-a
tests/mkdir/p-v