]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
pwd: add pwd -P, -L to TODO
authorJames Youngman <jay@gnu.org>
Thu, 27 Nov 2008 10:20:18 +0000 (10:20 +0000)
committerJim Meyering <meyering@redhat.com>
Thu, 27 Nov 2008 11:22:59 +0000 (12:22 +0100)
* TODO: Add to-do entry for -P and -L options of pwd.

TODO

diff --git a/TODO b/TODO
index f38c0b66c36c33013540e7f3a4772544e7eab233..cc5b0b3dd936413377917d736b89d28ca3e89439 100644 (file)
--- 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.