Changeset 5f7456b


Ignore:
Timestamp:
08/12/2009 07:16:30 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
eb18f5a
Parents:
c711a61
Message:

Various text corrections from Chris Staub. Fixes #2470.

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • appendices/acronymlist.xml

    rc711a61 r5f7456b  
    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>
     
    215222      <term><emphasis role="bold">GB</emphasis></term>
    216223      <listitem>
    217         <para>Gibabytes</para>
     224        <para>Gigabytes</para>
    218225      </listitem>
    219226    </varlistentry>
  • chapter05/gcc-pass1.xml

    rc711a61 r5f7456b  
    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 | \
  • chapter05/gcc-pass2.xml

    rc711a61 r5f7456b  
    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>.
     
    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
  • chapter05/glibc.xml

    rc711a61 r5f7456b  
    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>
  • chapter06/gcc.xml

    rc711a61 r5f7456b  
    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"
  • chapter06/glibc.xml

    rc711a61 r5f7456b  
    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>
  • chapter06/gmp.xml

    rc711a61 r5f7456b  
    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>
     
    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>
     
    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>
  • chapter06/mpfr.xml

    rc711a61 r5f7456b  
    8989
    9090      <varlistentry id="libmpfr">
    91         <term><command>libmpfr</command></term>
     91        <term><filename class="libraryfile">libmpfr</filename></term>
    9292        <listitem>
    9393          <para>Contains multiple-precision math functions.</para>
  • chapter06/udev.xml

    rc711a61 r5f7456b  
    183183        firmware.sh, fstab_import, path_id, scsi_id, udevadm, udevd,
    184184        usb_id, write_cd_rules, and write_net_rules</seg>
    185         <seg>libudev</seg>
     185        <seg>libudev.{a,so}</seg>
    186186        <seg>/etc/udev</seg>
    187187      </seglistitem>
     
    352352
    353353      <varlistentry id="libudev">
    354         <term><command>libudev</command></term>
     354        <term><filename class="libraryfile">libudev</filename></term>
    355355        <listitem>
    356356          <para>A library interface to udev device information</para>
  • general.ent

    rc711a61 r5f7456b  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20090801">
    3 <!ENTITY releasedate "August 1, 2009">
     2<!ENTITY version "SVN-20090812">
     3<!ENTITY releasedate "August 12, 2009">
    44<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone "6.5">
Note: See TracChangeset for help on using the changeset viewer.