hush/applets
John Beppu 5d81768cf1 - 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
2001-04-17 17:09:34 +00:00
..
applets.c Make 'busybox --help' work as expected, closing bug #1139 2001-04-03 17:05:01 +00:00
busybox.c Apply Vladimir's latest cleanup patch. 2001-04-09 22:48:12 +00:00
busybox.mkll Per Vladimir's suggestion, force the locale to POSIX for all 2001-03-08 21:42:11 +00:00
busybox.sh Per Vladimir's suggestion, force the locale to POSIX for all 2001-03-08 21:42:11 +00:00
install.sh Per Vladimir's suggestion, force the locale to POSIX for all 2001-03-08 21:42:11 +00:00
usage.c Another update to the way usage messages are done by Evin Robertson 2001-02-22 01:15:47 +00:00
usage.h - usage.h 2001-04-17 17:09:34 +00:00