summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2008-11-27 10:20:18 +0000
committerJim Meyering <meyering@redhat.com>2008-11-27 12:22:59 +0100
commit48a05a9ce9f3f9e37ecbef11f563486d44cd2fb4 (patch)
treea9b85ee3e39e2c70cf8cbea218ff5245ace60d2a /TODO
parentfc3b301d4faf666195e5913e319a553a9066ef2c (diff)
downloadcoreutils-48a05a9ce9f3f9e37ecbef11f563486d44cd2fb4.tar.xz
pwd: add pwd -P, -L to TODO
* TODO: Add to-do entry for -P and -L options of pwd.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index f38c0b66c..cc5b0b3dd 100644
--- a/TODO
+++ b/TODO
@@ -36,6 +36,11 @@ printf:
platforms where the native *printf(3) is deficient.
Suggestion from Eric Blake.
+pwd:
+ Implement the options -P and -L in a POSIX-compatible way.
+ Note the instructions in the initial paragraph of this file
+ before starting.
+
renice: POSIX utility, needs implementing.
suggestion from Karl Berry (among others).
Bob Proulx is working on this.