瀏覽代碼

Spell Checks

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@456 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年之前
父節點
當前提交
2f86e05373
共有 6 個文件被更改,包括 7 次插入7 次删除
  1. 2 2
      chapter05/bash-exp.xml
  2. 1 1
      chapter05/bash-inst.xml
  3. 1 1
      chapter05/binutils-exp.xml
  4. 1 1
      chapter05/gcc-exp.xml
  5. 1 1
      chapter05/pwdgroup.xml
  6. 1 1
      chapter05/tar-inst.xml

+ 2 - 2
chapter05/bash-exp.xml

@@ -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).

+ 1 - 1
chapter05/bash-inst.xml

@@ -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>

+ 1 - 1
chapter05/binutils-exp.xml

@@ -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.

+ 1 - 1
chapter05/gcc-exp.xml

@@ -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>
 

+ 1 - 1
chapter05/pwdgroup.xml

@@ -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.

+ 1 - 1
chapter05/tar-inst.xml

@@ -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>