diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-21 21:53:58 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-21 21:53:58 +0000 |
commit | e90f4045afbcdcae81c417fffa635b3a5ab9166b (patch) | |
tree | 0f515205daab08e90ee59594b76a8964551e7459 /docs | |
parent | 1d1d95051a288b6bf64498aac9fb20047f384b7d (diff) | |
download | busybox-w32-e90f4045afbcdcae81c417fffa635b3a5ab9166b.tar.gz busybox-w32-e90f4045afbcdcae81c417fffa635b3a5ab9166b.tar.bz2 busybox-w32-e90f4045afbcdcae81c417fffa635b3a5ab9166b.zip |
Some more updates and such...
-Erik
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index e6a75b6a0..da890458c 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -16,9 +16,9 @@ BusyBox combines tiny versions of many common UNIX utilities into a single | |||
16 | small executable. It provides minimalist replacements for most of the utilities | 16 | small executable. It provides minimalist replacements for most of the utilities |
17 | you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, | 17 | you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, |
18 | tar, etc. BusyBox provides a fairly complete POSIX environment for any small | 18 | tar, etc. BusyBox provides a fairly complete POSIX environment for any small |
19 | or emdedded system. While the number of options for the utilities BusyBox | 19 | or emdedded system. The utilities in BusyBox generally have fewer options then |
20 | provides have generally been reduced, the provided options behave very much | 20 | their full featured GNU cousins; however, the options that are included provide |
21 | like they do in their full featured GNU cousins. | 21 | the expected functionality and behave very much like their GNU counterparts. |
22 | 22 | ||
23 | BusyBox has been written with size-optimization and limited resources in mind. | 23 | BusyBox has been written with size-optimization and limited resources in mind. |
24 | It is also extremely modular so you can easily include or exclude commands (or | 24 | It is also extremely modular so you can easily include or exclude commands (or |
@@ -1816,4 +1816,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
1816 | 1816 | ||
1817 | =cut | 1817 | =cut |
1818 | 1818 | ||
1819 | # $Id: busybox.pod,v 1.20 2000/04/21 01:23:36 erik Exp $ | 1819 | # $Id: busybox.pod,v 1.21 2000/04/21 21:53:58 erik Exp $ |