aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox_header.pod
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /docs/busybox_header.pod
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-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.pod8
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,
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 embedded system. The utilities in BusyBox generally have fewer options than 19or embedded system. The utilities in BusyBox generally have fewer options than
20their full-featured GNU cousins; however, the options that are included provide 20their full-featured GNU cousins; however, the options that are included provide
21the expected functionality and behave very much like their GNU counterparts. 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
@@ -37,19 +37,19 @@ For example, entering
37 ./ls 37 ./ls
38 38
39will cause BusyBox to behave as 'ls' (if the 'ls' command has been compiled 39will cause BusyBox to behave as 'ls' (if the 'ls' command has been compiled
40into BusyBox). 40into BusyBox).
41 41
42You can also invoke BusyBox by issuing the command as an argument on the 42You can also invoke BusyBox by issuing the command as an argument on the
43command line. For example, entering 43command line. For example, entering
44 44
45 ./BusyBox ls 45 ./BusyBox ls
46 46
47will also cause BusyBox to behave as 'ls'. 47will also cause BusyBox to behave as 'ls'.
48 48
49=head1 COMMON OPTIONS 49=head1 COMMON OPTIONS
50 50
51Most BusyBox commands support the B<-h> option to provide a 51Most BusyBox commands support the B<-h> option to provide a
52terse runtime description of their behavior. 52terse runtime description of their behavior.
53 53
54=head1 COMMANDS 54=head1 COMMANDS
55 55