summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-11 22:54:36 +0000
committerJim Meyering <jim@meyering.net>2003-03-11 22:54:36 +0000
commit95ca880e12abe0ad71a4e0b362da1bedef286f2e (patch)
tree67dbdc71bd3a3e79408ca10fd2fb5198fdb910e0 /TODO
parent97002b08a85143a0f63b4fd934c235c9257df98c (diff)
downloadcoreutils-95ca880e12abe0ad71a4e0b362da1bedef286f2e.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1714f64d1..712cf7b7e 100644
--- 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