aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-01-19 12:39:16 +0000
committerJohn Beppu <beppu@lbox.org>2000-01-19 12:39:16 +0000
commit08fe43d3f9b0a2300840330ecd29c6e25a4b73a3 (patch)
tree427fd91171a3653c55b287053a3e6a6bb0309214
parenta2f69e548587b7079e0973146895774250c3406a (diff)
downloadbusybox-w32-08fe43d3f9b0a2300840330ecd29c6e25a4b73a3.tar.gz
busybox-w32-08fe43d3f9b0a2300840330ecd29c6e25a4b73a3.tar.bz2
busybox-w32-08fe43d3f9b0a2300840330ecd29c6e25a4b73a3.zip
added a little more content.
-rw-r--r--docs/busybox.pod51
1 files changed, 37 insertions, 14 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 2116e4622..809c0caed 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -10,10 +10,13 @@ busybox - I am BusyBox of Borg. Unix will be assimilated.
10 10
11=head1 DESCRIPTION 11=head1 DESCRIPTION
12 12
13BusyBox is a multi-call binary that combines many common Unix utilities into 13BusyBox is a multi-call binary that combines many common Unix utilities into a
14a single executable. This is a size optimization. Most people will create 14single executable. Most people will create a symlink to busybox for each
15a symlink to busybox for each function name, and BusyBox will act like 15function name, and BusyBox will act like whatever you invoke it as.
16whatever you invoke it as. 16
17BusyBox has been written with size-optimization in mind. It is very easy to
18include or exclude the commands you want installed. BusyBox tries to make
19itself useful to small systems with limited resources.
17 20
18=head1 COMMANDS 21=head1 COMMANDS
19 22
@@ -166,24 +169,44 @@ Erik Andersen <erik@lineo.com>
166 169
167=head1 AUTHORS 170=head1 AUTHORS
168 171
169=over 4 172The following people have contributed code to BusyBox whether
173they know it or not.
170 174
171=item Bruce Perens <perens@technocrat.net> 175Erik Andersen <erik@lineo.com>
172 176
173The original author. 177=for html <br>
174 178
175=item Erik Andersen <erik@lineo.com> 179John Beppu <beppu@lineo.com>
176 180
177He's thrashed around in the code enough to be considered the maintainer. 181=for html <br>
178 182
179=item Randolph Chung <rchung@debian.org> 183Brian Candler <B.Candler@pobox.com>
180 184
181ping, fbset, mkfifo, etc. 185=for html <br>
182 186
183=item John Beppu <beppu@lineo.com> 187Randolph Chung <tausq@debian.org>
184 188
185sort, head, du, uniq, tee. 189=for html <br>
186 190
187=back 191Dave Cinege <dcinege@psychosis.com>
192
193=for html <br>
194
195Bruce Perens <bruce@perens.com>
196
197=for html <br>
198
199Linus Torvalds <torvalds@transmeta.com>
200
201=for html <br>
202
203Charles P. Wright <cpwright@villagenet.com>
204
205=for html <br>
206
207Enrique Zanardi <ezanardi@ull.es>
208
209=for html <br>
188 210
189=cut 211=cut
212