From: James Youngman Date: Thu, 27 Nov 2008 10:20:18 +0000 (+0000) Subject: pwd: add pwd -P, -L to TODO X-Git-Tag: v7.1~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48a05a9ce9f3f9e37ecbef11f563486d44cd2fb4;p=thirdparty%2Fcoreutils.git pwd: add pwd -P, -L to TODO * TODO: Add to-do entry for -P and -L options of pwd. --- diff --git a/TODO b/TODO index f38c0b66c3..cc5b0b3dd9 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.