浏览代码

bill's typo fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2430 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 年之前
父节点
当前提交
fb53a94d74
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 1 1
      chapter06/revisedchroot.xml
  2. 3 2
      chapter06/sysvinit-inst.xml

+ 1 - 1
chapter06/revisedchroot.xml

@@ -7,7 +7,7 @@ it, you need to run the following modified chroot command. The one at the
 beginning of this chapter might not work anymore (if your host distribution
 was based on glibc-2.2.x or older, the programs in <filename
 class="directory">/static/bin</filename>, such as <filename>bash</filename>,
-will not work anymore). The following chroot command will work irregardless
+will not work anymore). The following chroot command will work regardless
 of your host distribution's Glibc version.</para>
 
 <para>Additionally, now that all software has been installed there is no

+ 3 - 2
chapter06/sysvinit-inst.xml

@@ -5,10 +5,11 @@
 
 <para>When run levels are changed (for example, when halting the system),
 init sends the TERM and KILL signals to the processes which it started.
-init prints "Sending processes the TERM signal" to the screen. This seems
+Init prints "Sending processes the TERM signal" to the screen. This seems
 to imply that init is sending these signals to all the currently running
 processes. To avoid this confusion, the init.c file can be modified, so
-that the sentence reads "Sending processes started by init the TERM signal".</para>
+that the sentence reads "Sending processes started by init the TERM
+signal".</para>
 
 <para>Edit the halt message:</para>