]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 11 Mar 2003 22:54:36 +0000 (22:54 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 11 Mar 2003 22:54:36 +0000 (22:54 +0000)
TODO

diff --git a/TODO b/TODO
index 1714f64d1ab62e467450eee011545f740258733a..712cf7b7e994a2fcb64a1775e85caa0d97d97908 100644 (file)
--- a/TODO
+++ b/TODO
@@ -27,3 +27,10 @@ in the hash table.
 Apply suggestion from Paul Jarc to use something along the
 lines of http://cr.yp.to/daemontools/setuidgid.html to avoid
 kludges (as in tests/rm/fail-2eperm) when running tests as root.
+
+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
+  readlink is different