diff options
author | Eric Andersen | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /docs/busybox_header.pod | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-c7bda1ce659294d6e22c06e087f6f265983c7578.zip busybox-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'docs/busybox_header.pod')
-rw-r--r-- | docs/busybox_header.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/busybox_header.pod b/docs/busybox_header.pod index 047c4d0..132aa3b 100644 --- a/docs/busybox_header.pod +++ b/docs/busybox_header.pod @@ -18,7 +18,7 @@ you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, tar, etc. BusyBox provides a fairly complete POSIX environment for any small or embedded system. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide -the expected functionality and behave very much like their GNU counterparts. +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 @@ -37,19 +37,19 @@ For example, entering ./ls will cause BusyBox to behave as 'ls' (if the 'ls' command has been compiled -into BusyBox). +into BusyBox). You can also invoke BusyBox by issuing the command as an argument on the command line. For example, entering ./BusyBox ls -will also cause BusyBox to behave as 'ls'. +will also cause BusyBox to behave as 'ls'. =head1 COMMON OPTIONS Most BusyBox commands support the B<-h> option to provide a -terse runtime description of their behavior. +terse runtime description of their behavior. =head1 COMMANDS |