Changeset edbeeb5 for chapter06


Ignore:
Timestamp:
11/03/2015 03:48:42 AM (9 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, 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

Location:
chapter06
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.