Ignore:
Timestamp:
07/01/2005 11:36:35 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
6169f0c
Parents:
808f5af
Message:

Several minor wording changes in chapter 6. (merged from trunk r6249)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6311 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r808f5af rcbc99c8  
    111111
    112112<listitem><para>If you have mounted the LFS partition with the
    113 <parameter>noatime</parameter> option, the <emphasis>atime</emphasis>
    114 test will fail.  This is not critical.</para></listitem>
     113<parameter>noatime</parameter> option, the <emphasis>atime</emphasis> test will
     114fail. As mentioned in <xref linkend="space-mounting"/>, do not use the
     115<parameter>noatime</parameter> option while building LFS.</para></listitem>
    115116
    116117<listitem><para>When running on older and slower hardware, some tests
     
    194195<indexterm zone="conf-glibc"><primary sortas="e-/etc/localtime">/etc/localtime</primary></indexterm>
    195196
    196 <para>The <filename>/etc/nsswitch.conf</filename> file needs to be
    197 created because, although Glibc provides defaults when this file is
    198 missing or corrupt, the Glibc defaults do not work well with
    199 networking. The time zone also needs to be set up.</para>
     197<para>The <filename>/etc/nsswitch.conf</filename> file needs to be created
     198because, although Glibc provides defaults when this file is missing or corrupt,
     199the Glibc defaults do not work well in a networked environment. The time zone
     200also needs to be configured.</para>
    200201
    201202<para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the
     
    233234    /etc/localtime</userinput></screen>
    234235
    235 <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone that the
    236 <command>tzselect</command> provided (e.g., Canada/Eastern).</para>
     236<para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone
     237that <command>tzselect</command> provided (e.g., Canada/Eastern).</para>
    237238
    238239<para>The meaning of the cp option:</para>
Note: See TracChangeset for help on using the changeset viewer.