Spell Checks

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@456 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-04-09 14:42:35 +00:00
parent aa6b597de3
commit 2f86e05373
6 changed files with 7 additions and 7 deletions

View File

@ -9,14 +9,14 @@ option causes Bash to be linked statically
<para>
<userinput>--prefix=$LFS/usr:</userinput> This configure option installs
all of Bash's files under the $LFS/usr directory, which becomes the /usr
directory after the user chrooted into $LFS or when he rebooted
directory after the user chroot'ed into $LFS or when he rebooted
the system into LFS.
</para>
<para>
<userinput>--bindir=$LFS/bin:</userinput> This installs the executable
files in $LFS/bin. We do this because we want bash to be in /bin, not in
/usr/bin. One reason being: the /usr partition might be on a seperate
/usr/bin. One reason being: the /usr partition might be on a separate
partition which has to be mounted at some point. Before that partition is
mounted a user needs and will want to have bash available (it will be hard to
execute the boot scripts without a shell for instance).

View File

@ -20,7 +20,7 @@ Install Bash by running the following commands:
<para>
If a user gets errors when compiling bash that tell about not being able to
find <quote>-lcurses</quote>, these two commands should be run to create the
missing symlink (so far we have not enountered one distribution that has
missing symlink (so far we have not encountered one distribution that has
this libncurses symlink setup properly, except for LFS systems, where it
is setup properly):
</para>

View File

@ -2,7 +2,7 @@
<title>Command explanations</title>
<para>
<userinput>make -e:</userinput> The -e paramater tells make that
<userinput>make -e:</userinput> The -e parameter tells make that
environment variables take precedence over variables defined in the
Makefile file(s). This is needed in order to successfully link binutils
statically.

View File

@ -10,7 +10,7 @@ the --enable-languages parameter can be omitted.
<para>
<userinput>ln -s ../usr/bin/cpp:</userinput> This
creates the $LFS/lib/cpp symlink. Some packages explicitely try to find
creates the $LFS/lib/cpp symlink. Some packages explicitly try to find
cpp in /lib.
</para>

View File

@ -2,7 +2,7 @@
<title>Creating passwd and group files</title>
<para>
In order for user and group root to be recognized and to be able to logon
In order for user and group root to be recognized and to be able to login,
it needs an entry in the /etc/passwd and /etc/group file. Besides the
group root a couple of other groups are recommended and needed by
packages. The groups with their GID's below aren't part of any standard.

View File

@ -3,7 +3,7 @@
<para>
To be able to directly use bzip2 files with tar, use the tar
patch avaiable from the LFS FTP site. This patch will add the -y option
patch available from the LFS FTP site. This patch will add the -y option
to tar which works the same as the -z option to tar (which can be used
for gzip files).
</para>