Ran it through a spell checker and fixed the spelling errors.

-Erik
This commit is contained in:
Eric Andersen 2000-06-16 19:56:44 +00:00
parent 852ff13fc4
commit 98cd53e86d

View File

@ -16,7 +16,7 @@ BusyBox combines tiny versions of many common UNIX utilities into a single
small executable. It provides minimalist replacements for most of the utilities small executable. It provides minimalist replacements for most of the utilities
you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
tar, etc. BusyBox provides a fairly complete POSIX environment for any small tar, etc. BusyBox provides a fairly complete POSIX environment for any small
or emdedded system. The utilities in BusyBox generally have fewer options than or embedded system. The utilities in BusyBox generally have fewer options than
their full-featured GNU cousins; however, the options that are included provide their full-featured GNU cousins; however, the options that are included provide
the expected functionality and behave very much like their GNU counterparts. the expected functionality and behave very much like their GNU counterparts.
@ -144,7 +144,7 @@ Usage: chmod [B<-R>] MODE[,MODE]... FILE...
Changes file access permissions for the specified FILE(s) (or directories). Changes file access permissions for the specified FILE(s) (or directories).
Each MODE is defined by combining the letters for WHO has access to the file, Each MODE is defined by combining the letters for WHO has access to the file,
an OPERATOR for selecting how the permissions should be changed, and a an OPERATOR for selecting how the permissions should be changed, and a
PERISSION for FILE(s) (or directories). PERMISSION for FILE(s) (or directories).
WHO may be chosen from WHO may be chosen from
@ -165,7 +165,7 @@ PERMISSION may be chosen from
w Write w Write
x Execute (or access for directories) x Execute (or access for directories)
s Set user (or group) ID bit s Set user (or group) ID bit
t Stickey bit (for directories prevents removing files by non-owners) t Sticky bit (for directories prevents removing files by non-owners)
Alternately, permissions can be set numerically where the first three Alternately, permissions can be set numerically where the first three
numbers are calculated by adding the octal values, such as numbers are calculated by adding the octal values, such as
@ -178,7 +178,7 @@ An optional fourth digit can also be used to specify
4 Set user ID 4 Set user ID
2 Set group ID 2 Set group ID
1 Stickey bit 1 Sticky bit
Options: Options:
@ -263,7 +263,7 @@ Options:
-a Same as -dpR -a Same as -dpR
-d Preserves links -d Preserves links
-p Preserves file attributes if possable -p Preserves file attributes if possible
-R Copies directories recursively -R Copies directories recursively
------------------------------- -------------------------------
@ -593,7 +593,7 @@ OPTIONS:
-q be quiet. Returns 0 if result was found, 1 otherwise -q be quiet. Returns 0 if result was found, 1 otherwise
-v select non-matching lines -v select non-matching lines
This version of grep matches full regular expresions. This version of grep matches full regular expressions.
Example: Example:
@ -651,7 +651,7 @@ Example:
Usage: halt Usage: halt
This comand halts the system. This command halts the system.
------------------------------- -------------------------------
@ -775,7 +775,7 @@ If you choose to use an /etc/inittab file, the inittab entry format is as follow
console." and then waits for the user to press enter before starting console." and then waits for the user to press enter before starting
the specified process. the specified process.
Unrecognised actions (like initdefault) will cause init to emit Unrecognized actions (like initdefault) will cause init to emit
an error message, and then go along with its business. an error message, and then go along with its business.
<process>: <process>:
@ -1073,7 +1073,7 @@ Create the DIRECTORY(ies), if they do not already exist
Options: Options:
-m set permission mode (as in chmod), not rwxrwxrwx - umask -m set permission mode (as in chmod), not rwxrwxrwx - umask
-p no error if dir exists, make parent directories as needed -p no error if directory exists, make parent directories as needed
Example: Example:
@ -1431,7 +1431,7 @@ Options:
-e add the script to the commands to be executed -e add the script to the commands to be executed
-n suppress automatic printing of pattern space -n suppress automatic printing of pattern space
This version of sed matches full regular expresions. This version of sed matches full regular expressions.
Example: Example:
@ -1934,7 +1934,7 @@ Repeatedly outputs a line with all specified STRING(s), or `y'.
=item zcat =item zcat
This is essentially an alias for invoking "gunzip B<-c>", where This is essentially an alias for invoking "gunzip B<-c>", where
it decompresses the file inquestion and send the output to stdout. it decompresses the file in question and send the output to stdout.
------------------------------- -------------------------------
@ -2021,4 +2021,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut =cut
# $Id: busybox.pod,v 1.41 2000/06/13 06:54:53 andersen Exp $ # $Id: busybox.pod,v 1.42 2000/06/16 19:56:44 andersen Exp $