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 | |
parent | b9626c1771545015d39bba3be2cee0d2322dcfa2 (diff) |
Tags & typo corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/strippingagain.xml | 13 | ||||
-rw-r--r-- | chapter06/sysvinit.xml | 8 |
2 files changed, 12 insertions, 9 deletions
diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml index e57ecd7c7..bda36f3be 100644 --- a/chapter06/strippingagain.xml +++ b/chapter06/strippingagain.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> <sect1 id="ch-system-strippingagain"> <title>Stripping Again</title> <?dbhtml filename="strippingagain.html"?> @@ -12,9 +15,9 @@ debug the software fully anymore.</para> <para>Most people who use the command mentioned below do not experience any difficulties. However, it is easy to make a typo and -render the new system unusable, so before running the strip command, -it is a good idea to make a backup of the current -situation.</para> +render the new system unusable, so before running the +<command>strip</command> command, it is a good idea to make a +backup of the current situation.</para> <para>Before performing the stripping, take special care to ensure that none of the binaries that are about to be stripped are running. If @@ -42,7 +45,7 @@ warnings indicate that those files are scripts instead of binaries.</para> <para>If disk space is very tight, the -<parameter>--strip-all</parameter> options can be used on the binaries +<parameter>--strip-all</parameter> option can be used on the binaries in <filename class="directory">/{,usr/}{bin,sbin}</filename> to gain several more megabytes. Do not use this option on libraries—they will be destroyed.</para> 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> |