Changeset edbeeb5


Ignore:
Timestamp:
11/03/2015 03:48:42 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 7.9, 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:
c81b68d
Parents:
7bbd1bd
Message:

Spelling and other typos -- from Craig Garner

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

Files:
15 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r7bbd1bd redbeeb5  
    3535  additional mandatory or optional dependencies of their own.  For these
    3636  dependencies, the recommended practice is to install them after completion of
    37   the LFS book and then go back an rebuild the LFS package.  In several cases,
     37  the LFS book and then go back and rebuild the LFS package.  In several cases,
    3838  re-installation is addressed in BLFS.</para>
    3939
  • chapter05/glibc.xml

    r7bbd1bd redbeeb5  
    130130        <term><parameter>libc_cv_c_cleanup=yes</parameter></term>
    131131        <listitem>
    132           <para>Simlarly, we pass libc_cv_c_cleanup=yes through to the
     132          <para>Similarly, we pass libc_cv_c_cleanup=yes through to the
    133133          <command>configure</command> script so that the test is skipped and C
    134134          cleanup handling support is configured.</para>
     
    138138        <term><parameter>libc_cv_ctors_header=yes</parameter></term>
    139139        <listitem>
    140           <para>Simlarly, we pass libc_cv_ctors_header=yes through to the
     140          <para>Similarly, we pass libc_cv_ctors_header=yes through to the
    141141          <command>configure</command> script so that the test is skipped and
    142142          gcc constructor support is configured.</para>
  • chapter05/libstdc++.xml

    r7bbd1bd redbeeb5  
    9898          searched by the C++ compiler. In a normal build, this information
    9999          is automatically passed to the Libstdc++ <command>configure</command>
    100           options from the toplevel directory. In our case, this information
     100          options from the top level directory. In our case, this information
    101101          must be explicitly given.</para>
    102102        </listitem>
  • chapter06/adjusting.xml

    r7bbd1bd redbeeb5  
    5656  the prefix of our dynamic linker.</para>
    5757
    58   <para os="d">Now make sure that we're setup to use the correct startfiles:</para>
     58  <para os="d">Now make sure that we're setup to use the correct start files:</para>
    5959
    6060<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen>
  • chapter06/bc.xml

    r7bbd1bd redbeeb5  
    7474    <para>To test bc, run the commands below. There is quite a bit of output,
    7575    so you may want to redirect it to a file. There are a very small percentage
    76     of tests (10 of 12,144) that will indicate a roundoff error at the last
     76    of tests (10 of 12,144) that will indicate a round off error at the last
    7777    digit.</para>
    7878
  • chapter06/dbus.xml

    r7bbd1bd redbeeb5  
    7272<screen><userinput remap="make">make</userinput></screen>
    7373
    74     <para>This package does come with a testsuite, but it requires several
     74    <para>This package does come with a test suite, but it requires several
    7575    packages that are not included in LFS. Instructions for running the
    76     testsuite can be found in the BLFS book at
     76    test suite can be found in the BLFS book at
    7777    <ulink url="&blfs-root;/view/&short-version;/general/dbus.html"/>.</para>
    7878
  • chapter06/gcc.xml

    r7bbd1bd redbeeb5  
    376376          <para>A wrapper around <command>ar</command> that adds a
    377377          plugin to the command line. This program is only used
    378           to add "link time optization" and is not useful with the
     378          to add "link time optimization" and is not useful with the
    379379          default build options</para>
    380380          <indexterm zone="ch-system-gcc gcc-ar">
     
    389389          <para>A wrapper around <command>nm</command> that adds a
    390390          plugin to the command line. This program is only used
    391           to add "link time optization" and is not useful with the
     391          to add "link time optimization"" and is not useful with the
    392392          default build options</para>
    393393          <indexterm zone="ch-system-gcc gcc-nm">
     
    402402          <para>A wrapper around <command>ranlib</command> that adds a
    403403          plugin to the command line. This program is only used
    404           to add "link time optization" and is not useful with the
     404          to add "link time optimization"" and is not useful with the
    405405          default build options</para>
    406406          <indexterm zone="ch-system-gcc gcc-ranlib">
  • chapter06/glibc.xml

    r7bbd1bd redbeeb5  
    269269    <title>Adding time zone data</title>
    270270
    271     <para>Install and set up the timezone data with the following:</para>
     271    <para>Install and set up the time zone data with the following:</para>
    272272<screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
    273273
     
    292292        <term><parameter>zic -L /dev/null ...</parameter></term>
    293293        <listitem>
    294           <para>This creates posix timezones, without any leap seconds.  It is
     294          <para>This creates posix time zones, without any leap seconds.  It is
    295295          conventional to put these in both
    296296          <filename class="directory">zoneinfo</filename> and
    297297          <filename class="directory">zoneinfo/posix</filename>. It is
    298           necessary to put the POSIX timezones in
     298          necessary to put the POSIX time zones in
    299299          <filename class="directory">zoneinfo</filename>, otherwise various
    300300          test-suites will report errors. On an embedded system, where space is
    301           tight and you do not intend to ever update the timezones, you could save
     301          tight and you do not intend to ever update the time zones, you could save
    302302          1.9MB by not using the <filename class="directory">posix</filename>
    303303          directory, but some applications or test-suites might produce some
     
    308308        <term><parameter>zic -L leapseconds ...</parameter></term>
    309309        <listitem>
    310           <para>This creates right timezones, including leap seconds. On an
     310          <para>This creates right time zones, including leap seconds. On an
    311311          embedded system, where space is tight and you do not intend to
    312           ever update the timezones, or care about the correct time, you could
     312          ever update the time zones, or care about the correct time, you could
    313313          save 1.9MB by omitting the <filename class="directory">right</filename>
    314314          directory.</para>
     
    334334    output the name of the time zone (e.g.,
    335335    <emphasis>America/Edmonton</emphasis>). There are also some other possible
    336     timezones listed in <filename
     336    time zones listed in <filename
    337337    class='directory'>/usr/share/zoneinfo</filename> such as
    338338    <emphasis>Canada/Eastern</emphasis> or <emphasis>EST5EDT</emphasis> that
  • chapter06/shadow.xml

    r7bbd1bd redbeeb5  
    148148    group ID (GID) numbers will begin with 1000. This means if you don't pass
    149149    parameters to <command>useradd</command>, each user will be a member of a
    150     unique group on the system. If this behaviour is undesirable, you'll need
     150    unique group on the system. If this behavior is undesirable, you'll need
    151151    to pass the <parameter>-g</parameter> parameter to
    152152    <command>useradd</command>. The default parameters are stored in the
  • chapter06/util-linux.xml

    r7bbd1bd redbeeb5  
    346346        <term><command>fdisk</command></term>
    347347        <listitem>
    348           <para>Manipulates the paritition table of the given device</para>
     348          <para>Manipulates the partition table of the given device</para>
    349349          <indexterm zone="ch-system-util-linux fdisk">
    350350            <primary sortas="b-fdisk">fdisk</primary>
  • chapter07/console.xml

    r7bbd1bd redbeeb5  
    300300      <term>FONT_UNIMAP</term>
    301301      <listitem>
    302         <para>This variable specifies the unicode font map.</para>
     302        <para>This variable specifies the Unicode font map.</para>
    303303      </listitem>
    304304    </varlistentry>
  • chapter07/udev.xml

    r7bbd1bd redbeeb5  
    252252
    253253      <para>This usually happens if a rule unexpectedly matches a device. For
    254       example, a poorly-writen rule can match both a SCSI disk (as desired)
     254      example, a poorly-written rule can match both a SCSI disk (as desired)
    255255      and the corresponding SCSI generic device (incorrectly) by vendor.
    256256      Find the offending rule and make it more specific, with the help of the
  • chapter08/kernel.xml

    r7bbd1bd redbeeb5  
    9292        <term><parameter>Support for uevent helper</parameter></term>
    9393        <listitem>
    94           <para>Having this opion set may interfere with device
     94          <para>Having this option set may interfere with device
    9595          management when using Udev/Eudev. </para>
    9696        </listitem>
  • chapter09/reboot.xml

    r7bbd1bd redbeeb5  
    4646    within a comfortable GUI environment, install <ulink
    4747    url='&blfs-book;postlfs/openssh.html'>openssh</ulink> and its
    48     prerequsite, <ulink
     48    prerequisite, <ulink
    4949    url='&blfs-book;postlfs/openssl.html'>openssl</ulink>.
    5050    </para></listitem>
  • prologue/why.xml

    r7bbd1bd redbeeb5  
    478478
    479479        <para>This package provides and <application>init</application> program
    480         and several additional boot and system control capabilites as an
     480        and several additional boot and system control capabilities as an
    481481        alternative to Sysvinit.  It is used by many commercial distributions.
    482482        In LFS it is installed side-by-side with Sysvinit to provide the user with
Note: See TracChangeset for help on using the changeset viewer.