diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /docs/busybox_header.pod | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
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 047c4d067..132aa3b65 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, | |||
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 embedded system. The utilities in BusyBox generally have fewer options than | 19 | or embedded system. The utilities in BusyBox generally have fewer options than |
20 | their full-featured GNU cousins; however, the options that are included provide | 20 | their full-featured GNU cousins; however, the options that are included provide |
21 | the expected functionality and behave very much like their GNU counterparts. | 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 |
@@ -37,19 +37,19 @@ For example, entering | |||
37 | ./ls | 37 | ./ls |
38 | 38 | ||
39 | will cause BusyBox to behave as 'ls' (if the 'ls' command has been compiled | 39 | will cause BusyBox to behave as 'ls' (if the 'ls' command has been compiled |
40 | into BusyBox). | 40 | into BusyBox). |
41 | 41 | ||
42 | You can also invoke BusyBox by issuing the command as an argument on the | 42 | You can also invoke BusyBox by issuing the command as an argument on the |
43 | command line. For example, entering | 43 | command line. For example, entering |
44 | 44 | ||
45 | ./BusyBox ls | 45 | ./BusyBox ls |
46 | 46 | ||
47 | will also cause BusyBox to behave as 'ls'. | 47 | will also cause BusyBox to behave as 'ls'. |
48 | 48 | ||
49 | =head1 COMMON OPTIONS | 49 | =head1 COMMON OPTIONS |
50 | 50 | ||
51 | Most BusyBox commands support the B<-h> option to provide a | 51 | Most BusyBox commands support the B<-h> option to provide a |
52 | terse runtime description of their behavior. | 52 | terse runtime description of their behavior. |
53 | 53 | ||
54 | =head1 COMMANDS | 54 | =head1 COMMANDS |
55 | 55 | ||