Ticket #2458: text-updates.patch

File text-updates.patch, 4.5 KB (added by chris@…, 15 years ago)

Text updates

  • trunk/BOOK/chapter05/tcl.xml

     
    101101
    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>
    107107
     
    140140        </listitem>
    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
    145155  </sect2>
  • trunk/BOOK/chapter05/gawk.xml

     
    5454        <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
    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>
    6060        </listitem>
  • trunk/BOOK/chapter05/perl.xml

     
    7575    </variablelist>
    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>
    8181
  • trunk/BOOK/chapter06/gmp.xml

     
    5555<screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx --enable-mpbsd</userinput></screen>
    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>
    6161        <term><parameter>--enable-cxx</parameter></term>
     
    6464        </listitem>
    6565      </varlistentry>
    6666
     67      <varlistentry>
     68        <term><parameter>--enable-mpbsd</parameter></term>
     69        <listitem>
     70          <para>This builds the Berkeley MP compatibility library</para>
     71        </listitem>
     72      </varlistentry>
     73
    6774    </variablelist>
    6875
    6976    <para>Compile the package:</para>
  • trunk/BOOK/chapter06/gcc.xml

     
    212212SEARCH_DIR("/usr/lib");</computeroutput></screen>
    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")
    218218SEARCH_DIR("/usr/local/lib64")
  • trunk/BOOK/chapter06/e2fsprogs.xml

     
    124124<screen><userinput remap="install">make install-libs</userinput></screen>
    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>
    130130
  • trunk/BOOK/chapter09/reboot.xml

     
    3030
    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
    3636umount -v $LFS/dev/shm