aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-21 21:53:58 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-21 21:53:58 +0000
commite90f4045afbcdcae81c417fffa635b3a5ab9166b (patch)
tree0f515205daab08e90ee59594b76a8964551e7459 /docs
parent1d1d95051a288b6bf64498aac9fb20047f384b7d (diff)
downloadbusybox-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.pod8
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
16small executable. It provides minimalist replacements for most of the utilities 16small executable. It provides minimalist replacements for most of the utilities
17you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, 17you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
18tar, etc. BusyBox provides a fairly complete POSIX environment for any small 18tar, etc. BusyBox provides a fairly complete POSIX environment for any small
19or emdedded system. While the number of options for the utilities BusyBox 19or emdedded system. The utilities in BusyBox generally have fewer options then
20provides have generally been reduced, the provided options behave very much 20their full featured GNU cousins; however, the options that are included provide
21like they do in their full featured GNU cousins. 21the expected functionality and behave very much like their GNU counterparts.
22 22
23BusyBox has been written with size-optimization and limited resources in mind. 23BusyBox has been written with size-optimization and limited resources in mind.
24It is also extremely modular so you can easily include or exclude commands (or 24It 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 $