From: Benno Schulenberg Date: Sat, 20 Aug 2011 09:33:38 +0000 (+0200) Subject: docs: drop the pluralization item with ngettext() in TODO file X-Git-Tag: v2.20~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c151931666c5a7be36c63c1a9ae4ec535bdf52ef;p=thirdparty%2Futil-linux.git docs: drop the pluralization item with ngettext() in TODO file Signed-off-by: Benno Schulenberg --- diff --git a/TODO b/TODO index 4f1678dc9a..cab1ff7865 100644 --- a/TODO +++ b/TODO @@ -225,15 +225,6 @@ misc - move all mountpoints to the newroot (there are hardcoded /proc /sys and /dev paths now) - add --dont-move[=] options - - use ngettext() for strings with plurals, for example - - /* include/nls.h */ - #define P_(id, id_plural, n) ngettext(id, id_plural, n) - - printf(P_("%d used sector", - "%d used sectors", sectors), - sectors); - - use TZ=UTC and LANG=en_US.UTF-8 for tests - add mllockall() and SCHED_FIFO to hwclock,