aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox_header.pod
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-03-15 08:29:22 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-03-15 08:29:22 +0000
commitb16674f3c1a961e0b5d6a57745f5f749d95c641e (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /docs/busybox_header.pod
parente7135df4a650f9197b633784472f45602524855b (diff)
downloadbusybox-w32-b16674f3c1a961e0b5d6a57745f5f749d95c641e.tar.gz
busybox-w32-b16674f3c1a961e0b5d6a57745f5f749d95c641e.tar.bz2
busybox-w32-b16674f3c1a961e0b5d6a57745f5f749d95c641e.zip
Remove trailing whitespace. Update copyright to include 2004.
git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
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