From 5d81768cf13a7ecfd5a31e778242a79a0de00d30 Mon Sep 17 00:00:00 2001 From: John Beppu Date: Tue, 17 Apr 2001 17:09:34 +0000 Subject: - usage.h o echo_example_usage needed to escape some backslashes in an inner quote o find_full_usage missing a \n at the end of the -name line ? getopt_full_usage the -o line has tab issues, but I didn't fix them. o length_example_usage removed some double-quotes that were within an inner quotes o printf_example_usage needed to escape a backslash in an inner quote o sort_example_usage needed to escape some backslashes and double quotes in an inner quote o tftp_full_usage s/nameing/naming/; o umount_full_usage remove colons after options for consistency w/ other full_usage messages o uniq_example_usage needed to escape some backslashes and double quotes in an inner quote - TODO xargs -l ? - docs/autodocifier.pl POD && comment updates - docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index b5e383be7..61127489b 100644 --- a/TODO +++ b/TODO @@ -12,7 +12,7 @@ around to it some time. If you have any good ideas, please let me know. * The busybox shell, lash, is really too weak for serious use, although it is possible to run many simple systems with it. BusyBox 0.49 was supposed to - have a new shell, updated to understand full Bourne grammer. Well, that + have a new shell, updated to understand full Bourne grammar. Well, that simply didn't happen in time for the release. A rewrite is in progress that will result in a new shell that understands the full Bourne grammar. This new shell is being championed by Larry Doolittle @@ -55,4 +55,8 @@ and then start with the biggest things and make them smaller... du.c probably ought to have an -x switch like GNU du does... +----------------------- + +xargs could use a -l option + ------------------------------------------------------------------ -- cgit v1.2.3