- note to cleanup fprintf(2,...) -> bb_error_msg(...) and
  perror("bar") -> bb_perror_msg("bar");
diff --git a/TODO b/TODO
index 8f8c294..2a963dd 100644
--- a/TODO
+++ b/TODO
@@ -260,6 +260,12 @@
   Unfortunately, that needs linux/watchdog.h and that contains unfiltered
   kernel types on some distros, which breaks the build.
 
+  use bb_error_msg where appropriate: See
+  egrep "(printf.*\([[:space:]]*(stderr|2)|[^_]write.*\([[:space:]]*(stderr|2))"
+
+  use bb_perror_msg where appropriate: See
+  egrep "[^_]perror"
+
 
 Code cleanup: