diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-09-29 20:06:11 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-09-29 20:06:11 +0000 |
commit | 83c6411bdf467507d146422372bc98a4a6c6fc2f (patch) | |
tree | 78db77b949014dbd865af148af5758c6039f8dd4 /chapter06/sysvinit.xml | |
parent | b9626c1771545015d39bba3be2cee0d2322dcfa2 (diff) |
Tags & typo corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sysvinit.xml')
-rw-r--r-- | chapter06/sysvinit.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index 15cafaa41..c18e77cb6 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -103,8 +103,8 @@ EOF</userinput></screen> <command>agetty</command> to send this escape sequence to the terminal before doing anything else. This escape sequence switches the console character set to a user-defined one, which can be modified by running -the <command>setfont</command> program. The console initscript from -the LFS-Bootscripts package calls the <command>setfont</command> +the <command>setfont</command> program. The <command>console</command> +initscript from the LFS-Bootscripts package calls the <command>setfont</command> program during system startup. Sending this escape sequence is necessary for people who use non-ISO 8859-1 screen fonts, but it does not effect native English speakers.</para> @@ -141,8 +141,8 @@ brought down.</para> <term><command>init</command></term> <listitem> <para>the first process to be started when the kernel has initialized -the hardware. Init takes over the boot process and starts all the -proceses it is instructed to.</para> +the hardware. <command>init</command> takes over the boot process and +starts all the proceses it is instructed to.</para> <indexterm zone="ch-system-sysvinit init"><primary sortas="b-init">init</primary></indexterm> </listitem> </varlistentry> |