diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-03 03:48:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-03 03:48:42 +0000 |
commit | edbeeb5dc5ef7f452d1c7bd57cdec5998bdde658 (patch) | |
tree | fa9e11a0bc99486e35a11009650ad50352222112 /chapter06 | |
parent | 7bbd1bdc8a816089c3d217eb805470858e130a5e (diff) |
Spelling and other typos -- from Craig Garner
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/adjusting.xml | 2 | ||||
-rw-r--r-- | chapter06/bc.xml | 2 | ||||
-rw-r--r-- | chapter06/dbus.xml | 4 | ||||
-rw-r--r-- | chapter06/gcc.xml | 6 | ||||
-rw-r--r-- | chapter06/glibc.xml | 14 | ||||
-rw-r--r-- | chapter06/shadow.xml | 2 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 2 |
7 files changed, 16 insertions, 16 deletions
diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml index bc9e236a6..07c155cc2 100644 --- a/chapter06/adjusting.xml +++ b/chapter06/adjusting.xml @@ -55,7 +55,7 @@ readelf -l a.out | grep ': /lib'</userinput></screen> <para>Note that <filename class="directory">/lib</filename> is now the prefix of our dynamic linker.</para> - <para os="d">Now make sure that we're setup to use the correct startfiles:</para> + <para os="d">Now make sure that we're setup to use the correct start files:</para> <screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen> diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 17be4bfcf..7f9373e52 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -73,7 +73,7 @@ <para>To test bc, run the commands below. There is quite a bit of output, so you may want to redirect it to a file. There are a very small percentage - of tests (10 of 12,144) that will indicate a roundoff error at the last + of tests (10 of 12,144) that will indicate a round off error at the last digit.</para> <screen><userinput remap="test">echo "quit" | ./bc/bc -l Test/checklib.b</userinput></screen> diff --git a/chapter06/dbus.xml b/chapter06/dbus.xml index 9ed4e5b6b..46f0439e4 100644 --- a/chapter06/dbus.xml +++ b/chapter06/dbus.xml @@ -71,9 +71,9 @@ <screen><userinput remap="make">make</userinput></screen> - <para>This package does come with a testsuite, but it requires several + <para>This package does come with a test suite, but it requires several packages that are not included in LFS. Instructions for running the - testsuite can be found in the BLFS book at + test suite can be found in the BLFS book at <ulink url="&blfs-root;/view/&short-version;/general/dbus.html"/>.</para> <para>Install the package:</para> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index c14540bf7..56fceee52 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -375,7 +375,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> <listitem> <para>A wrapper around <command>ar</command> that adds a plugin to the command line. This program is only used - to add "link time optization" and is not useful with the + to add "link time optimization" and is not useful with the default build options</para> <indexterm zone="ch-system-gcc gcc-ar"> <primary sortas="b-gcc-ar">gc-ar</primary> @@ -388,7 +388,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> <listitem> <para>A wrapper around <command>nm</command> that adds a plugin to the command line. This program is only used - to add "link time optization" and is not useful with the + to add "link time optimization"" and is not useful with the default build options</para> <indexterm zone="ch-system-gcc gcc-nm"> <primary sortas="b-gcc-nm">gc-nm</primary> @@ -401,7 +401,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> <listitem> <para>A wrapper around <command>ranlib</command> that adds a plugin to the command line. This program is only used - to add "link time optization" and is not useful with the + to add "link time optimization"" and is not useful with the default build options</para> <indexterm zone="ch-system-gcc gcc-ranlib"> <primary sortas="b-gcc-ranlib">gc-ranlib</primary> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 6a1b89419..392682994 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -268,7 +268,7 @@ EOF</userinput></screen> <sect3> <title>Adding time zone data</title> - <para>Install and set up the timezone data with the following:</para> + <para>Install and set up the time zone data with the following:</para> <screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz ZONEINFO=/usr/share/zoneinfo @@ -291,14 +291,14 @@ unset ZONEINFO</userinput></screen> <varlistentry> <term><parameter>zic -L /dev/null ...</parameter></term> <listitem> - <para>This creates posix timezones, without any leap seconds. It is + <para>This creates posix time zones, without any leap seconds. It is conventional to put these in both <filename class="directory">zoneinfo</filename> and <filename class="directory">zoneinfo/posix</filename>. It is - necessary to put the POSIX timezones in + necessary to put the POSIX time zones in <filename class="directory">zoneinfo</filename>, otherwise various test-suites will report errors. On an embedded system, where space is - tight and you do not intend to ever update the timezones, you could save + tight and you do not intend to ever update the time zones, you could save 1.9MB by not using the <filename class="directory">posix</filename> directory, but some applications or test-suites might produce some failures.</para> @@ -307,9 +307,9 @@ unset ZONEINFO</userinput></screen> <varlistentry> <term><parameter>zic -L leapseconds ...</parameter></term> <listitem> - <para>This creates right timezones, including leap seconds. On an + <para>This creates right time zones, including leap seconds. On an embedded system, where space is tight and you do not intend to - ever update the timezones, or care about the correct time, you could + ever update the time zones, or care about the correct time, you could save 1.9MB by omitting the <filename class="directory">right</filename> directory.</para> </listitem> @@ -333,7 +333,7 @@ unset ZONEINFO</userinput></screen> <para>After answering a few questions about the location, the script will output the name of the time zone (e.g., <emphasis>America/Edmonton</emphasis>). There are also some other possible - timezones listed in <filename + time zones listed in <filename class='directory'>/usr/share/zoneinfo</filename> such as <emphasis>Canada/Eastern</emphasis> or <emphasis>EST5EDT</emphasis> that are not identified by the script but can be used.</para> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 6493f259a..d01ef11ee 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -147,7 +147,7 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> --> a group of the same name as the user. By default the user ID (UID) and group ID (GID) numbers will begin with 1000. This means if you don't pass parameters to <command>useradd</command>, each user will be a member of a - unique group on the system. If this behaviour is undesirable, you'll need + unique group on the system. If this behavior is undesirable, you'll need to pass the <parameter>-g</parameter> parameter to <command>useradd</command>. The default parameters are stored in the <filename>/etc/default/useradd</filename> file. You may need to modify two diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 68f0116ed..6a81f3186 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -345,7 +345,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen> <varlistentry id="fdisk"> <term><command>fdisk</command></term> <listitem> - <para>Manipulates the paritition table of the given device</para> + <para>Manipulates the partition table of the given device</para> <indexterm zone="ch-system-util-linux fdisk"> <primary sortas="b-fdisk">fdisk</primary> </indexterm> |