summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteven Schubiger <schubiger@gmail.com>2008-02-06 08:25:24 +0100
committerJim Meyering <meyering@redhat.com>2008-02-07 08:26:48 +0100
commita09dadf1004aa07e2c31d95d6c80247fec1fa646 (patch)
treec2d51188fa2964fce85927f5d2dad057fb67b17c /doc
parent0981b56f266002d607236cbe0aa407b9ab631ad7 (diff)
downloadcoreutils-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 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 40aee6f71..aca5fbd6a 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -2838,7 +2838,7 @@ Use digits in suffixes rather than lower-case letters.
@itemx --verbose
@opindex --verbose
-Write a diagnostic to standard error just before each output file is opened.
+Write a diagnostic just before each output file is opened.
@end table