diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-03 23:27:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-03 23:27:56 +0000 |
commit | ea011f471ca14b6e5fb35e03a2f41ecaf30925e8 (patch) | |
tree | 92c1d94858102b483c6a41d2378c66c016a20508 /chapter07 | |
parent | c528e3a4d3b36e31f09017a03b08be446bba95a8 (diff) |
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10188 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/site.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/site.xml b/chapter07/site.xml index 8e0e4bd76..374b94f32 100644 --- a/chapter07/site.xml +++ b/chapter07/site.xml @@ -37,7 +37,7 @@ <para>The LFS boot scripts boot and shut down a system in a fairly efficient manner, but there are a few tweaks that you can make in the - rc.site file to improve speed even more and to adjust messages accoring + rc.site file to improve speed even more and to adjust messages according to your preferences. To do this, adjust the settings in the <filename>/etc/sysconfig/rc.site</filename> file above.</para> @@ -80,7 +80,7 @@ <listitem><para>Normally, all files in the <filename class='directory'>/tmp</filename> directory are deleted at boot time. Depending on the number of files or directories present, this can cause a - noticible delay in the boot process. To skip removing these files set the + noticeable delay in the boot process. To skip removing these files set the variable SKIPTMPCLEAN=y.</para></listitem> <listitem><para>During shutdown, the <command>init</command> program sends |