From f033f8607f156464747abe57487c1f6226f94001 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 31 May 2015 05:11:28 -0500 Subject: Move the magic list of commands needing cleanup from toys/pending/README to greppable TODO annotations in the individual files. (grep -riw TODO) --- toys/posix/du.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toys/posix/du.c') diff --git a/toys/posix/du.c b/toys/posix/du.c index c72019e2..43029973 100644 --- a/toys/posix/du.c +++ b/toys/posix/du.c @@ -3,6 +3,8 @@ * Copyright 2012 Ashwini Kumar * * See http://opengroup.org/onlinepubs/9699919799/utilities/du.html + * + * TODO: cleanup USE_DU(NEWTOY(du, "d#<0hmlcaHkKLsx[-HL][-kKmh]", TOYFLAG_USR|TOYFLAG_BIN)) -- cgit v1.2.3