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) |
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 small executable. It provides minimalist replacements for most of the utilities you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, tar, etc. BusyBox provides a fairly complete POSIX environment for any small -or emdedded system. While the number of options for the utilities BusyBox -provides have generally been reduced, the provided options behave very much -like they do in their full featured GNU cousins. +or emdedded system. The utilities in BusyBox generally have fewer options then +their full featured GNU cousins; however, the options that are included provide +the expected functionality and behave very much like their GNU counterparts. BusyBox has been written with size-optimization and limited resources in mind. It is also extremely modular so you can easily include or exclude commands (or @@ -1816,4 +1816,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.20 2000/04/21 01:23:36 erik Exp $ +# $Id: busybox.pod,v 1.21 2000/04/21 21:53:58 erik Exp $ |