Changeset d10c9d9


Ignore:
Timestamp:
07/26/2009 07:18:48 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.5
Children:
2a43360
Parents:
3e684f3
Message:

Various text and grammar updates. Thanks to Chris Staub for the patch. Fixes #2458.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gawk.xml

    r3e684f3 rd10c9d9  
    5555        <listitem>
    5656          <para>This parameter bypasses the search for mktime in
    57           <command>configure</command> and uses the version in glibc. This is
     57          <command>configure</command> and uses the version in Glibc. This is
    5858          necessary due to a change in GCC that has not been incorporated into
    5959          this package yet.</para>
  • chapter05/perl.xml

    r3e684f3 rd10c9d9  
    7676
    7777    <para>Only a few of the utilities contained in this package, and one of its
    78     libraries need to be built:</para>
     78    libraries, need to be built:</para>
    7979
    8080<screen><userinput remap="make">make perl utilities ext/Errno/pm_to_blib</userinput></screen>
  • chapter05/tcl.xml

    r3e684f3 rd10c9d9  
    102102      <seglistitem>
    103103        <seg>tclsh (link to tclsh8.5) and tclsh8.5</seg>
    104         <seg>libtcl8.5.so</seg>
     104        <seg>libtcl8.5.so, libtclstub8.5.a</seg>
    105105      </seglistitem>
    106106    </segmentedlist>
     
    141141      </varlistentry>
    142142
     143      <varlistentry id="libtclstub8.5.a">
     144        <term><filename class="libraryfile">libtclstub8.5.a</filename></term>
     145        <listitem>
     146          <para>The Tcl Stub library</para>
     147          <indexterm zone="ch-tools-tcl libtclstub8.5.a">
     148            <primary sortas="c-libtclstub8.5.a">libtclstub8.5.a</primary>
     149          </indexterm>
     150        </listitem>
     151      </varlistentry>
     152
    143153    </variablelist>
    144154
  • chapter06/e2fsprogs.xml

    r3e684f3 rd10c9d9  
    125125
    126126    <para>Make the installed static libraries writable so debugging symbols can
    127     be removed later.</para>
     127    be removed later:</para>
    128128
    129129<screen><userinput remap="install">chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a</userinput></screen>
  • chapter06/gcc.xml

    r3e684f3 rd10c9d9  
    213213
    214214   <para>A 64-bit system may see a few more directories. For example, here
    215    is the output from a x86_64 machine:</para>
     215   is the output from an x86_64 machine:</para>
    216216
    217217<screen><computeroutput>SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib64")
  • chapter06/gmp.xml

    r3e684f3 rd10c9d9  
    5656
    5757    <variablelist>
    58       <title>The meaning of the new configure option:</title>
     58      <title>The meaning of the new configure options:</title>
    5959
    6060      <varlistentry>
     
    6262        <listitem>
    6363          <para>This parameter enables C++ support</para>
     64        </listitem>
     65      </varlistentry>
     66
     67      <varlistentry>
     68        <term><parameter>--enable-mpbsd</parameter></term>
     69        <listitem>
     70          <para>This builds the Berkeley MP compatibility library</para>
    6471        </listitem>
    6572      </varlistentry>
  • chapter09/reboot.xml

    r3e684f3 rd10c9d9  
    3131<screen><userinput>logout</userinput></screen>
    3232
    33   <para>Then unmount the virtual files systems:</para>
     33  <para>Then unmount the virtual file systems:</para>
    3434
    3535<screen><userinput>umount -v $LFS/dev/pts
Note: See TracChangeset for help on using the changeset viewer.