diff options
author | John Beppu <beppu@lbox.org> | 2000-01-19 12:39:16 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-01-19 12:39:16 +0000 |
commit | 08fe43d3f9b0a2300840330ecd29c6e25a4b73a3 (patch) | |
tree | 427fd91171a3653c55b287053a3e6a6bb0309214 | |
parent | a2f69e548587b7079e0973146895774250c3406a (diff) | |
download | busybox-w32-08fe43d3f9b0a2300840330ecd29c6e25a4b73a3.tar.gz busybox-w32-08fe43d3f9b0a2300840330ecd29c6e25a4b73a3.tar.bz2 busybox-w32-08fe43d3f9b0a2300840330ecd29c6e25a4b73a3.zip |
added a little more content.
-rw-r--r-- | docs/busybox.pod | 51 |
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 | ||
13 | BusyBox is a multi-call binary that combines many common Unix utilities into | 13 | BusyBox is a multi-call binary that combines many common Unix utilities into a |
14 | a single executable. This is a size optimization. Most people will create | 14 | single executable. Most people will create a symlink to busybox for each |
15 | a symlink to busybox for each function name, and BusyBox will act like | 15 | function name, and BusyBox will act like whatever you invoke it as. |
16 | whatever you invoke it as. | 16 | |
17 | BusyBox has been written with size-optimization in mind. It is very easy to | ||
18 | include or exclude the commands you want installed. BusyBox tries to make | ||
19 | itself 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 | 172 | The following people have contributed code to BusyBox whether |
173 | they know it or not. | ||
170 | 174 | ||
171 | =item Bruce Perens <perens@technocrat.net> | 175 | Erik Andersen <erik@lineo.com> |
172 | 176 | ||
173 | The original author. | 177 | =for html <br> |
174 | 178 | ||
175 | =item Erik Andersen <erik@lineo.com> | 179 | John Beppu <beppu@lineo.com> |
176 | 180 | ||
177 | He'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> | 183 | Brian Candler <B.Candler@pobox.com> |
180 | 184 | ||
181 | ping, fbset, mkfifo, etc. | 185 | =for html <br> |
182 | 186 | ||
183 | =item John Beppu <beppu@lineo.com> | 187 | Randolph Chung <tausq@debian.org> |
184 | 188 | ||
185 | sort, head, du, uniq, tee. | 189 | =for html <br> |
186 | 190 | ||
187 | =back | 191 | Dave Cinege <dcinege@psychosis.com> |
192 | |||
193 | =for html <br> | ||
194 | |||
195 | Bruce Perens <bruce@perens.com> | ||
196 | |||
197 | =for html <br> | ||
198 | |||
199 | Linus Torvalds <torvalds@transmeta.com> | ||
200 | |||
201 | =for html <br> | ||
202 | |||
203 | Charles P. Wright <cpwright@villagenet.com> | ||
204 | |||
205 | =for html <br> | ||
206 | |||
207 | Enrique Zanardi <ezanardi@ull.es> | ||
208 | |||
209 | =for html <br> | ||
188 | 210 | ||
189 | =cut | 211 | =cut |
212 | |||