diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-16 19:56:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-16 19:56:44 +0000 |
commit | 98cd53e86db2e99e6fdcfd94c700c50b1baaf59f (patch) | |
tree | f0283d9c7b5c0bc169fce4370d711d1e0598dd68 | |
parent | 852ff13fc43e99737c89ced1485c19bfbe0714bb (diff) | |
download | busybox-w32-98cd53e86db2e99e6fdcfd94c700c50b1baaf59f.tar.gz busybox-w32-98cd53e86db2e99e6fdcfd94c700c50b1baaf59f.tar.bz2 busybox-w32-98cd53e86db2e99e6fdcfd94c700c50b1baaf59f.zip |
Ran it through a spell checker and fixed the spelling errors.
-Erik
-rw-r--r-- | docs/busybox.pod | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 58576bb56..a43ebaf44 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -16,7 +16,7 @@ BusyBox combines tiny versions of many common UNIX utilities into a single | |||
16 | small executable. It provides minimalist replacements for most of the utilities | 16 | small executable. It provides minimalist replacements for most of the utilities |
17 | you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, | 17 | 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 emdedded 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 | ||
@@ -144,7 +144,7 @@ Usage: chmod [B<-R>] MODE[,MODE]... FILE... | |||
144 | Changes file access permissions for the specified FILE(s) (or directories). | 144 | Changes file access permissions for the specified FILE(s) (or directories). |
145 | Each MODE is defined by combining the letters for WHO has access to the file, | 145 | Each MODE is defined by combining the letters for WHO has access to the file, |
146 | an OPERATOR for selecting how the permissions should be changed, and a | 146 | an OPERATOR for selecting how the permissions should be changed, and a |
147 | PERISSION for FILE(s) (or directories). | 147 | PERMISSION for FILE(s) (or directories). |
148 | 148 | ||
149 | WHO may be chosen from | 149 | WHO may be chosen from |
150 | 150 | ||
@@ -165,7 +165,7 @@ PERMISSION may be chosen from | |||
165 | w Write | 165 | w Write |
166 | x Execute (or access for directories) | 166 | x Execute (or access for directories) |
167 | s Set user (or group) ID bit | 167 | s Set user (or group) ID bit |
168 | t Stickey bit (for directories prevents removing files by non-owners) | 168 | t Sticky bit (for directories prevents removing files by non-owners) |
169 | 169 | ||
170 | Alternately, permissions can be set numerically where the first three | 170 | Alternately, permissions can be set numerically where the first three |
171 | numbers are calculated by adding the octal values, such as | 171 | numbers are calculated by adding the octal values, such as |
@@ -178,7 +178,7 @@ An optional fourth digit can also be used to specify | |||
178 | 178 | ||
179 | 4 Set user ID | 179 | 4 Set user ID |
180 | 2 Set group ID | 180 | 2 Set group ID |
181 | 1 Stickey bit | 181 | 1 Sticky bit |
182 | 182 | ||
183 | Options: | 183 | Options: |
184 | 184 | ||
@@ -263,7 +263,7 @@ Options: | |||
263 | 263 | ||
264 | -a Same as -dpR | 264 | -a Same as -dpR |
265 | -d Preserves links | 265 | -d Preserves links |
266 | -p Preserves file attributes if possable | 266 | -p Preserves file attributes if possible |
267 | -R Copies directories recursively | 267 | -R Copies directories recursively |
268 | 268 | ||
269 | ------------------------------- | 269 | ------------------------------- |
@@ -593,7 +593,7 @@ OPTIONS: | |||
593 | -q be quiet. Returns 0 if result was found, 1 otherwise | 593 | -q be quiet. Returns 0 if result was found, 1 otherwise |
594 | -v select non-matching lines | 594 | -v select non-matching lines |
595 | 595 | ||
596 | This version of grep matches full regular expresions. | 596 | This version of grep matches full regular expressions. |
597 | 597 | ||
598 | Example: | 598 | Example: |
599 | 599 | ||
@@ -651,7 +651,7 @@ Example: | |||
651 | 651 | ||
652 | Usage: halt | 652 | Usage: halt |
653 | 653 | ||
654 | This comand halts the system. | 654 | This command halts the system. |
655 | 655 | ||
656 | ------------------------------- | 656 | ------------------------------- |
657 | 657 | ||
@@ -775,7 +775,7 @@ If you choose to use an /etc/inittab file, the inittab entry format is as follow | |||
775 | console." and then waits for the user to press enter before starting | 775 | console." and then waits for the user to press enter before starting |
776 | the specified process. | 776 | the specified process. |
777 | 777 | ||
778 | Unrecognised actions (like initdefault) will cause init to emit | 778 | Unrecognized actions (like initdefault) will cause init to emit |
779 | an error message, and then go along with its business. | 779 | an error message, and then go along with its business. |
780 | 780 | ||
781 | <process>: | 781 | <process>: |
@@ -1073,7 +1073,7 @@ Create the DIRECTORY(ies), if they do not already exist | |||
1073 | Options: | 1073 | Options: |
1074 | 1074 | ||
1075 | -m set permission mode (as in chmod), not rwxrwxrwx - umask | 1075 | -m set permission mode (as in chmod), not rwxrwxrwx - umask |
1076 | -p no error if dir exists, make parent directories as needed | 1076 | -p no error if directory exists, make parent directories as needed |
1077 | 1077 | ||
1078 | Example: | 1078 | Example: |
1079 | 1079 | ||
@@ -1431,7 +1431,7 @@ Options: | |||
1431 | -e add the script to the commands to be executed | 1431 | -e add the script to the commands to be executed |
1432 | -n suppress automatic printing of pattern space | 1432 | -n suppress automatic printing of pattern space |
1433 | 1433 | ||
1434 | This version of sed matches full regular expresions. | 1434 | This version of sed matches full regular expressions. |
1435 | 1435 | ||
1436 | Example: | 1436 | Example: |
1437 | 1437 | ||
@@ -1934,7 +1934,7 @@ Repeatedly outputs a line with all specified STRING(s), or `y'. | |||
1934 | =item zcat | 1934 | =item zcat |
1935 | 1935 | ||
1936 | This is essentially an alias for invoking "gunzip B<-c>", where | 1936 | This is essentially an alias for invoking "gunzip B<-c>", where |
1937 | it decompresses the file inquestion and send the output to stdout. | 1937 | it decompresses the file in question and send the output to stdout. |
1938 | 1938 | ||
1939 | ------------------------------- | 1939 | ------------------------------- |
1940 | 1940 | ||
@@ -2021,4 +2021,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2021 | 2021 | ||
2022 | =cut | 2022 | =cut |
2023 | 2023 | ||
2024 | # $Id: busybox.pod,v 1.41 2000/06/13 06:54:53 andersen Exp $ | 2024 | # $Id: busybox.pod,v 1.42 2000/06/16 19:56:44 andersen Exp $ |