diff options
author | Pavel Roskin <proski@gnu.org> | 2000-06-21 21:38:00 +0000 |
---|---|---|
committer | Pavel Roskin <proski@gnu.org> | 2000-06-21 21:38:00 +0000 |
commit | 1a804e4b3c4a70c5e42dffaf7f4ca73ce1af4e3d (patch) | |
tree | 745e5128438623627757c6e5a3a11f2527aca2ed /docs | |
parent | f929641c5163b0bfd166382f914e3aab467d52b1 (diff) | |
download | busybox-w32-1a804e4b3c4a70c5e42dffaf7f4ca73ce1af4e3d.tar.gz busybox-w32-1a804e4b3c4a70c5e42dffaf7f4ca73ce1af4e3d.tar.bz2 busybox-w32-1a804e4b3c4a70c5e42dffaf7f4ca73ce1af4e3d.zip |
Removed trailing spaces
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 0ef66e7c0..6e5a73d43 100644 --- a/docs/busybox.pod +++ b/docs/busybox.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,7 +37,7 @@ 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 |
@@ -93,7 +93,7 @@ Usage: basename FILE [SUFFIX] | |||
93 | Strips directory path and suffixes from FILE. | 93 | Strips directory path and suffixes from FILE. |
94 | If specified, also removes any trailing SUFFIX. | 94 | If specified, also removes any trailing SUFFIX. |
95 | 95 | ||
96 | Example: | 96 | Example: |
97 | 97 | ||
98 | $ basename /usr/local/bin/foo | 98 | $ basename /usr/local/bin/foo |
99 | foo | 99 | foo |
@@ -158,7 +158,7 @@ OPERATOR may be chosen from | |||
158 | + Add a permission | 158 | + Add a permission |
159 | - Remove a permission | 159 | - Remove a permission |
160 | = Assign a permission | 160 | = Assign a permission |
161 | 161 | ||
162 | PERMISSION may be chosen from | 162 | PERMISSION may be chosen from |
163 | 163 | ||
164 | r Read | 164 | r Read |
@@ -183,7 +183,7 @@ An optional fourth digit can also be used to specify | |||
183 | Options: | 183 | Options: |
184 | 184 | ||
185 | -R Change files and directories recursively. | 185 | -R Change files and directories recursively. |
186 | 186 | ||
187 | Example: | 187 | Example: |
188 | 188 | ||
189 | $ ls -l /tmp/foo | 189 | $ ls -l /tmp/foo |
@@ -225,7 +225,7 @@ Example: | |||
225 | Usage: chroot NEWROOT [COMMAND...] | 225 | Usage: chroot NEWROOT [COMMAND...] |
226 | 226 | ||
227 | Run COMMAND with root directory set to NEWROOT. | 227 | Run COMMAND with root directory set to NEWROOT. |
228 | 228 | ||
229 | Example: | 229 | Example: |
230 | 230 | ||
231 | $ ls -l /bin/ls | 231 | $ ls -l /bin/ls |
@@ -353,7 +353,7 @@ Copy a file, converting and formatting according to options | |||
353 | seek=n skip n output blocks | 353 | seek=n skip n output blocks |
354 | 354 | ||
355 | Numbers may be suffixed by w (x2), k (x1024), b (x512), or M (x1024^2) | 355 | Numbers may be suffixed by w (x2), k (x1024), b (x512), or M (x1024^2) |
356 | 356 | ||
357 | Example: | 357 | Example: |
358 | 358 | ||
359 | $ dd if=/dev/zero of=/dev/ram1 bs=1M count=4 | 359 | $ dd if=/dev/zero of=/dev/ram1 bs=1M count=4 |
@@ -398,7 +398,7 @@ Example: | |||
398 | =item dmesg | 398 | =item dmesg |
399 | 399 | ||
400 | Usage: dmesg [B<-c>] [B<-n> level] [B<-s> bufsize] | 400 | Usage: dmesg [B<-c>] [B<-n> level] [B<-s> bufsize] |
401 | 401 | ||
402 | Print or controls the kernel ring buffer. | 402 | Print or controls the kernel ring buffer. |
403 | 403 | ||
404 | ------------------------------- | 404 | ------------------------------- |
@@ -428,7 +428,7 @@ Example: | |||
428 | 12 ./docs/CVS | 428 | 12 ./docs/CVS |
429 | 104 ./docs | 429 | 104 ./docs |
430 | 2417 . | 430 | 2417 . |
431 | 431 | ||
432 | ------------------------------- | 432 | ------------------------------- |
433 | 433 | ||
434 | =item dutmp | 434 | =item dutmp |
@@ -448,7 +448,7 @@ Example: | |||
448 | 6|245|tty1|1|LOGIN||0|0|0|955637630|998974|0 | 448 | 6|245|tty1|1|LOGIN||0|0|0|955637630|998974|0 |
449 | 6|246|tty2|2|LOGIN||0|0|0|955637630|999498|0 | 449 | 6|246|tty2|2|LOGIN||0|0|0|955637630|999498|0 |
450 | 7|336|pts/0|vt00andersen|andersen|:0.0|0|0|0|955637763|0|0 | 450 | 7|336|pts/0|vt00andersen|andersen|:0.0|0|0|0|955637763|0|0 |
451 | 451 | ||
452 | ------------------------------- | 452 | ------------------------------- |
453 | 453 | ||
454 | =item echo | 454 | =item echo |
@@ -473,7 +473,7 @@ Example: | |||
473 | cool | 473 | cool |
474 | $ echo "Erik\nis\ncool" | 474 | $ echo "Erik\nis\ncool" |
475 | Erik\nis\ncool | 475 | Erik\nis\ncool |
476 | 476 | ||
477 | ------------------------------- | 477 | ------------------------------- |
478 | 478 | ||
479 | =item false | 479 | =item false |
@@ -914,12 +914,12 @@ Example: | |||
914 | Usage: ln [OPTION] TARGET... LINK_NAME|DIRECTORY | 914 | Usage: ln [OPTION] TARGET... LINK_NAME|DIRECTORY |
915 | 915 | ||
916 | Create a link named LINK_NAME or DIRECTORY to the specified TARGET | 916 | Create a link named LINK_NAME or DIRECTORY to the specified TARGET |
917 | 917 | ||
918 | Options: | 918 | Options: |
919 | 919 | ||
920 | -s make symbolic links instead of hard links | 920 | -s make symbolic links instead of hard links |
921 | -f remove existing destination files | 921 | -f remove existing destination files |
922 | 922 | ||
923 | Example: | 923 | Example: |
924 | 924 | ||
925 | $ ln -s BusyBox /tmp/ls | 925 | $ ln -s BusyBox /tmp/ls |
@@ -1201,7 +1201,7 @@ Example: | |||
1201 | 214 NOOP QUIT RSET HELP | 1201 | 214 NOOP QUIT RSET HELP |
1202 | quit | 1202 | quit |
1203 | 221 foobar closing connection | 1203 | 221 foobar closing connection |
1204 | 1204 | ||
1205 | ------------------------------- | 1205 | ------------------------------- |
1206 | 1206 | ||
1207 | =item more | 1207 | =item more |
@@ -2048,4 +2048,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2048 | 2048 | ||
2049 | =cut | 2049 | =cut |
2050 | 2050 | ||
2051 | # $Id: busybox.pod,v 1.48 2000/06/21 21:04:01 andersen Exp $ | 2051 | # $Id: busybox.pod,v 1.49 2000/06/21 21:38:00 proski Exp $ |