diff options
author | John Beppu <beppu@lbox.org> | 2001-04-17 17:09:34 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2001-04-17 17:09:34 +0000 |
commit | 5d81768cf13a7ecfd5a31e778242a79a0de00d30 (patch) | |
tree | 3180e217448ab429defd12b8f6a78425d1b6738c /docs/busybox_footer.pod | |
parent | a3045dfd258b1db2e23eeaaeb6735b297a96941e (diff) | |
download | busybox-w32-5d81768cf13a7ecfd5a31e778242a79a0de00d30.tar.gz busybox-w32-5d81768cf13a7ecfd5a31e778242a79a0de00d30.tar.bz2 busybox-w32-5d81768cf13a7ecfd5a31e778242a79a0de00d30.zip |
- 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
Diffstat (limited to 'docs/busybox_footer.pod')
-rw-r--r-- | docs/busybox_footer.pod | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/docs/busybox_footer.pod b/docs/busybox_footer.pod index d724dc8e8..2ab4e166e 100644 --- a/docs/busybox_footer.pod +++ b/docs/busybox_footer.pod | |||
@@ -37,16 +37,17 @@ Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | |||
37 | 37 | ||
38 | =for html <br> | 38 | =for html <br> |
39 | 39 | ||
40 | Edward Betts <edward@debian.org> | 40 | John Beppu <beppu@lineo.com> |
41 | 41 | ||
42 | expr, hostid, logname, tty, wc, whoami, yes | 42 | du, head, nslookup, sort, tee, uniq (so Kraai could rewrite them ;-), |
43 | 43 | documentation | |
44 | =for html <br> | ||
45 | 44 | ||
46 | John Beppu <beppu@lineo.com> | 45 | =for html <br> |
47 | 46 | ||
48 | du, head, nslookup, sort, tee, uniq | 47 | Edward Betts <edward@debian.org> |
49 | 48 | ||
49 | expr, hostid, logname, tty, wc, whoami, yes | ||
50 | |||
50 | =for html <br> | 51 | =for html <br> |
51 | 52 | ||
52 | Brian Candler <B.Candler@pobox.com> | 53 | Brian Candler <B.Candler@pobox.com> |
@@ -68,12 +69,24 @@ Dave Cinege <dcinege@psychosis.com> | |||
68 | 69 | ||
69 | =for html <br> | 70 | =for html <br> |
70 | 71 | ||
72 | Larry Doolittle <ldoolitt@recycle.lbl.gov> | ||
73 | |||
74 | various fixes, shell rewrite | ||
75 | |||
76 | =for html <br> | ||
77 | |||
71 | Karl M. Hegbloom <karlheg@debian.org> | 78 | Karl M. Hegbloom <karlheg@debian.org> |
72 | 79 | ||
73 | cp_mv.c, the test suite, various fixes to utility.c, &c. | 80 | cp_mv.c, the test suite, various fixes to utility.c, &c. |
74 | 81 | ||
75 | =for html <br> | 82 | =for html <br> |
76 | 83 | ||
84 | Sterling Huxley <sterling@europa.com> | ||
85 | |||
86 | vi (!!!) | ||
87 | |||
88 | =for html <br> | ||
89 | |||
77 | Daniel Jacobowitz <dan@debian.org> | 90 | Daniel Jacobowitz <dan@debian.org> |
78 | 91 | ||
79 | mktemp.c | 92 | mktemp.c |
@@ -153,4 +166,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
153 | 166 | ||
154 | =cut | 167 | =cut |
155 | 168 | ||
156 | # $Id: busybox_footer.pod,v 1.3 2001/04/09 23:27:51 kraai Exp $ | 169 | # $Id: busybox_footer.pod,v 1.4 2001/04/17 17:09:34 beppu Exp $ |