diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-19 05:12:02 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-19 05:12:02 +0000 |
commit | eef658068b67daf18d95dbbd3584840993733d70 (patch) | |
tree | 5a883f26489f6910b2bbfec567d984db47c3f409 | |
parent | 2e397341d90e2773b2be8d98e52d5960e80f0a74 (diff) | |
download | busybox-w32-eef658068b67daf18d95dbbd3584840993733d70.tar.gz busybox-w32-eef658068b67daf18d95dbbd3584840993733d70.tar.bz2 busybox-w32-eef658068b67daf18d95dbbd3584840993733d70.zip |
Minor doc change
-Erik
-rw-r--r-- | docs/busybox.pod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 0a61839e4..f812a7f3c 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -32,6 +32,11 @@ BusyBox has been written with size-optimization in mind. It is very easy to | |||
32 | include or exclude the commands (or features) you want installed. BusyBox | 32 | include or exclude the commands (or features) you want installed. BusyBox |
33 | tries to make itself useful to small systems with limited resources. | 33 | tries to make itself useful to small systems with limited resources. |
34 | 34 | ||
35 | =head1 COMMON OPTIONS | ||
36 | |||
37 | Most BusyBox commands support the B<--help> option to provide a | ||
38 | terse runtime description of their behavior. | ||
39 | |||
35 | =head1 COMMANDS | 40 | =head1 COMMANDS |
36 | 41 | ||
37 | Currently defined functions include: | 42 | Currently defined functions include: |
@@ -46,11 +51,6 @@ rm, rmdir, rmmod, sed, sh, sfdisk, sleep, sort, sync, syslogd, swapon, swapoff, | |||
46 | tail, tar, test, tee, touch, tr, true, tty, umount, uname, uniq, update, | 51 | tail, tar, test, tee, touch, tr, true, tty, umount, uname, uniq, update, |
47 | uptime, usleep, wc, whoami, yes, zcat, [ | 52 | uptime, usleep, wc, whoami, yes, zcat, [ |
48 | 53 | ||
49 | =head1 COMMON OPTIONS | ||
50 | |||
51 | Most BusyBox commands support the B<--help> option to provide a | ||
52 | terse runtime description of their behavior. | ||
53 | |||
54 | =over 4 | 54 | =over 4 |
55 | 55 | ||
56 | =item basename | 56 | =item basename |
@@ -1803,4 +1803,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
1803 | 1803 | ||
1804 | =cut | 1804 | =cut |
1805 | 1805 | ||
1806 | # $Id: busybox.pod,v 1.17 2000/04/19 03:59:10 erik Exp $ | 1806 | # $Id: busybox.pod,v 1.18 2000/04/19 05:12:02 erik Exp $ |