Ticket #2470: text-updates.patch

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

Text updates

  • trunk/BOOK/chapter05/glibc.xml

     
    157157    </blockquote>
    158158
    159159    <para>The missing or incompatible <command>msgfmt</command> program is
    160     generally harmless, but it can sometimes cause issues when running the
    161     test suite. This <command>msgfmt</command> program is part of the
    162     Gettext package which the host distribution should provide. If
    163     <command>msgfmt</command> is present but deemed incompatible, upgrade
    164     the host system's Gettext package or continue without it and see if
    165     the test suite runs without problems regardless.</para>
     160    generally harmless. This <command>msgfmt</command> program is part of the
     161    Gettext package which the host distribution should provide.</para>
    166162
    167163    <para>Compile the package:</para>
    168164
  • trunk/BOOK/chapter05/gcc-pass1.xml

     
    127127    <parameter>-lgcc_eh</parameter> within its build system. This dependency
    128128    can be satisfied by creating a symlink to <filename>libgcc.a</filename>,
    129129    since that file will end up containing the objects normally contained in
    130     <filename>libgcc_eh.a</filename>.</para>
     130    <filename>libgcc_eh.a</filename>:</para>
    131131
    132132<screen><userinput remap="install">ln -vs libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | \
    133133    sed 's/libgcc/&amp;_eh/'`</userinput></screen>
  • trunk/BOOK/chapter05/gcc-pass2.xml

     
    100100done</userinput></screen>
    101101
    102102    <para>In case the above seems hard to follow, let's break it down a bit.
    103     First we find all the files under the gcc/config directory that are named
     103    First we find all the files under the
     104    <filename class="directory">gcc/config</filename> directory that are named
    104105    either <filename>linux.h</filename>, <filename>linux64.h</filename> or
    105106    <filename>sysv4.h</filename>.
    106107    For each file found, we copy it to a file of the same name but with an added
     
    112113    to the end of the file.
    113114    Finally, we use <command>touch</command> to update the timestamp on the copied files.
    114115    When used in conjunction with <command>cp -u</command>, this prevents unexpected
    115     changes to the original files in case the command is inadvertently run twice.
     116    changes to the original files in case the commands are inadvertently run twice.
    116117    </para>
    117118
    118119    <para>On x86_64, unsetting the multilib spec for GCC ensures that it
  • trunk/BOOK/chapter06/gmp.xml

     
    120120      <?dbhtml list-presentation="table"?>
    121121
    122122      <varlistentry id="libgmp">
    123         <term><command>libgmp</command></term>
     123        <term><filename class="libraryfile">libgmp</filename></term>
    124124        <listitem>
    125125          <para>Contains precision math functions.</para>
    126126          <indexterm zone="ch-system-gmp libgmp">
     
    130130      </varlistentry>
    131131
    132132      <varlistentry id="libgmpxx">
    133         <term><command>libgmpxx</command></term>
     133        <term><filename class="libraryfile">libgmpxx</filename></term>
    134134        <listitem>
    135135          <para>Contains C++ precision math functions.</para>
    136136          <indexterm zone="ch-system-gmp libgmpxx">
     
    140140      </varlistentry>
    141141
    142142      <varlistentry id="libmp">
    143         <term><command>libmp</command></term>
     143        <term><filename class="libraryfile">libmp</filename></term>
    144144        <listitem>
    145145          <para>Contains the Berkeley MP math functions.</para>
    146146          <indexterm zone="ch-system-gmp libmp">
  • trunk/BOOK/chapter06/udev.xml

     
    172172        <seg>ata_id, cdrom_id, collect, create_floppy_devices, edd_id,
    173173        firmware.sh, fstab_import, path_id, scsi_id, udevadm, udevd,
    174174        usb_id, write_cd_rules, and write_net_rules</seg>
    175         <seg>libudev</seg>
     175        <seg>libudev.{a,so}</seg>
    176176        <seg>/etc/udev</seg>
    177177      </seglistitem>
    178178    </segmentedlist>
     
    341341      </varlistentry>
    342342
    343343      <varlistentry id="libudev">
    344         <term><command>libudev</command></term>
     344        <term><filename class="libraryfile">libudev</filename></term>
    345345        <listitem>
    346346          <para>A library interface to udev device information</para>
    347347          <indexterm zone="ch-system-udev libudev">
  • trunk/BOOK/chapter06/gcc.xml

     
    167167  after <filename class="directory">/usr/lib/gcc</filename>. If your machine is
    168168  a 64-bit system, you may also see a directory named <filename class="directory">lib64</filename>
    169169  towards the end of the string. The important thing to
    170   look for here is that gcc has found all three <filename>crt*.o</filename> files under
    171   the <filename class="directory">/usr/lib</filename> directory.</para>
     170  look for here is that <command>gcc</command> has found all three
     171  <filename>crt*.o</filename> files under the
     172  <filename class="directory">/usr/lib</filename> directory.</para>
    172173
    173174    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    174175    href="readjusting.xml"
  • trunk/BOOK/chapter06/mpfr.xml

     
    8888      <?dbhtml list-presentation="table"?>
    8989
    9090      <varlistentry id="libmpfr">
    91         <term><command>libmpfr</command></term>
     91        <term><filename class="directory">libmpfr</filename></term>
    9292        <listitem>
    9393          <para>Contains multiple-precision math functions.</para>
    9494          <indexterm zone="ch-system-mpfr libmpfr">
  • trunk/BOOK/chapter06/glibc.xml

     
    719719        <listitem>
    720720          <para>Used internally by Glibc for handling internationalized domain
    721721          names in the <function>getaddrinfo()</function> function</para>
    722           <indexterm zone="ch-system-glibc libcrypt">
    723             <primary sortas="c-libcrypt">libcrypt</primary>
     722          <indexterm zone="ch-system-glibc libcidn">
     723            <primary sortas="c-libcidn">libcidn</primary>
    724724          </indexterm>
    725725        </listitem>
    726726      </varlistentry>
  • trunk/BOOK/appendices/acronymlist.xml

     
    177177    </varlistentry>
    178178
    179179    <varlistentry>
     180      <term><emphasis role="bold">ext4</emphasis></term>
     181      <listitem>
     182        <para>fourth extended file system</para>
     183      </listitem>
     184    </varlistentry>
     185
     186    <varlistentry>
    180187      <term><emphasis role="bold">FAQ</emphasis></term>
    181188      <listitem>
    182189        <para>Frequently Asked Questions</para>
     
    214221    <varlistentry>
    215222      <term><emphasis role="bold">GB</emphasis></term>
    216223      <listitem>
    217         <para>Gibabytes</para>
     224        <para>Gigabytes</para>
    218225      </listitem>
    219226    </varlistentry>
    220227