- usage.h
authorJohn Beppu <beppu@lbox.org>
Tue, 17 Apr 2001 17:09:34 +0000 (17:09 -0000)
committerJohn Beppu <beppu@lbox.org>
Tue, 17 Apr 2001 17:09:34 +0000 (17:09 -0000)
commit5d81768cf13a7ecfd5a31e778242a79a0de00d30
tree3180e217448ab429defd12b8f6a78425d1b6738c
parenta3045dfd258b1db2e23eeaaeb6735b297a96941e
- 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
applets/usage.h
docs/autodocifier.pl
docs/busybox.pod
docs/busybox_footer.pod
include/usage.h
usage.h