Chapter 7 typo and markup fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6023 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-06-16 19:53:42 +00:00
parent e34d9cb84c
commit fe3130ace4
7 changed files with 15 additions and 9 deletions

View File

@ -88,6 +88,9 @@ First a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>June 16th, 2005 [matthew]: Typo and markup fixes in
chapter 7, as reported by Randy McMurchy.</para></listitem>
<listitem><para>June 16th, 2005 [jhuntwork]: Adjusted description of <listitem><para>June 16th, 2005 [jhuntwork]: Adjusted description of
the patch package. Thanks Randy McMurchy.</para></listitem> the patch package. Thanks Randy McMurchy.</para></listitem>

View File

@ -27,7 +27,8 @@ for several countries was installed with the LFS-Bootscripts package,
so the relevant section can be uncommented if the country is so the relevant section can be uncommented if the country is
supported. If still in doubt, look in the <filename supported. If still in doubt, look in the <filename
class="directory">/usr/share/kbd</filename> directory for valid class="directory">/usr/share/kbd</filename> directory for valid
keymaps and screen fonts. Read the loadkeys and setfont manual pages keymaps and screen fonts. Read the <command>loadkeys</command> and
<command>setfont</command> manual pages
and determine the correct arguments for these programs. Once decided, and determine the correct arguments for these programs. Once decided,
create the configuration file with the following command:</para> create the configuration file with the following command:</para>

View File

@ -11,8 +11,9 @@
<primary sortas="d-localnet">localnet</primary> <primary sortas="d-localnet">localnet</primary>
<secondary>configuring</secondary></indexterm> <secondary>configuring</secondary></indexterm>
<para>Part of the localnet script is setting up the system's hostname. This <para>Part of the <command>localnet</command> script is setting up the system's
needs to be configured in the <filename>/etc/sysconfig/network</filename>.</para> hostname. This needs to be configured in the
<filename>/etc/sysconfig/network</filename> file.</para>
<para>Create the <filename>/etc/sysconfig/network</filename> file and enter a hostname by <para>Create the <filename>/etc/sysconfig/network</filename> file and enter a hostname by
running:</para> running:</para>

View File

@ -15,8 +15,9 @@ used by <application>Readline</application>, the input-related
library used by <application>Bash</application> and most other library used by <application>Bash</application> and most other
shells.</para> shells.</para>
<para>For more information, see the bash info page, section <para>For more information, see the <command>bash</command> info page, section
<emphasis>Readline Init File</emphasis>. The readline info page is <emphasis>Readline Init File</emphasis>. The
<filename class="libraryfile">readline</filename> info page is
also a good source of information.</para> also a good source of information.</para>
<para>Global values are set in <filename>/etc/inputrc</filename>. <para>Global values are set in <filename>/etc/inputrc</filename>.

View File

@ -12,7 +12,7 @@
<para>The shell program <command>/bin/bash</command> (hereafter <para>The shell program <command>/bin/bash</command> (hereafter
referred to as <quote>the shell</quote>) uses a collection of startup referred to as <quote>the shell</quote>) uses a collection of startup
files to help create an environment to run in. Each file has a files to help create an environment to run in. Each file has a
specific use and may effect login and interactive environments specific use and may affect login and interactive environments
differently. The files in the <filename differently. The files in the <filename
class="directory">/etc</filename> directory provide global settings. class="directory">/etc</filename> directory provide global settings.
If an equivalent file exists in the home directory, it may override If an equivalent file exists in the home directory, it may override

View File

@ -12,7 +12,7 @@
<secondary>configuring</secondary></indexterm> <secondary>configuring</secondary></indexterm>
<para>The <command>setclock</command> script reads the time from the hardware clock, <para>The <command>setclock</command> script reads the time from the hardware clock,
also known as BIOS or the Complementary Metal Oxide Semiconductor also known as the BIOS or the Complementary Metal Oxide Semiconductor
(CMOS) clock. If the hardware clock is set to UTC, this script will convert the hardware clock's time to (CMOS) clock. If the hardware clock is set to UTC, this script will convert the hardware clock's time to
the local time using the <filename>/etc/localtime</filename> file the local time using the <filename>/etc/localtime</filename> file
(which tells the <command>hwclock</command> program which timezone the (which tells the <command>hwclock</command> program which timezone the

View File

@ -77,7 +77,7 @@ with <systemitem class="filesystem">sysfs</systemitem> as they are
detected by the kernel. For drivers compiled as modules, this will detected by the kernel. For drivers compiled as modules, this will
happen when the module is loaded. Once the <systemitem happen when the module is loaded. Once the <systemitem
class="filesystem">sysfs</systemitem> filesystem is mounted (on class="filesystem">sysfs</systemitem> filesystem is mounted (on
<filename class="directory">/sys</filename>), the data which the <filename class="directory">/sys</filename>), data which the
built-in drivers registered with <systemitem built-in drivers registered with <systemitem
class="filesystem">sysfs</systemitem> are available to userspace class="filesystem">sysfs</systemitem> are available to userspace
processes and to <command>udev</command> for device node creation.</para> processes and to <command>udev</command> for device node creation.</para>
@ -130,7 +130,7 @@ the appropriate kernel module to load. With <command>udev</command>,
this method will not work because the device node does not exist until this method will not work because the device node does not exist until
the module is loaded. To solve this, the the module is loaded. To solve this, the
<command>S05modules</command> bootscript was added to the <command>S05modules</command> bootscript was added to the
lfs-bootscripts package, along with the LFS-Bootscripts package, along with the
<filename>/etc/sysconfig/modules</filename> file. By <filename>/etc/sysconfig/modules</filename> file. By
adding module adding module
names to the <filename>modules</filename> file, these modules will be names to the <filename>modules</filename> file, these modules will be