Spelling and other typos -- from Craig Garner

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2015-11-03 03:48:42 +00:00
parent 7bbd1bdc8a
commit edbeeb5dc5
15 changed files with 25 additions and 25 deletions

View File

@ -34,7 +34,7 @@
addressed in LFS, but could be useful to the user. These packages may have
additional mandatory or optional dependencies of their own. For these
dependencies, the recommended practice is to install them after completion of
the LFS book and then go back an rebuild the LFS package. In several cases,
the LFS book and then go back and rebuild the LFS package. In several cases,
re-installation is addressed in BLFS.</para>
<!-- Begin Acl dependency info -->

View File

@ -129,7 +129,7 @@ cd ../glibc-build</userinput></screen>
<varlistentry>
<term><parameter>libc_cv_c_cleanup=yes</parameter></term>
<listitem>
<para>Simlarly, we pass libc_cv_c_cleanup=yes through to the
<para>Similarly, we pass libc_cv_c_cleanup=yes through to the
<command>configure</command> script so that the test is skipped and C
cleanup handling support is configured.</para>
</listitem>
@ -137,7 +137,7 @@ cd ../glibc-build</userinput></screen>
<varlistentry>
<term><parameter>libc_cv_ctors_header=yes</parameter></term>
<listitem>
<para>Simlarly, we pass libc_cv_ctors_header=yes through to the
<para>Similarly, we pass libc_cv_ctors_header=yes through to the
<command>configure</command> script so that the test is skipped and
gcc constructor support is configured.</para>
</listitem>

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -299,7 +299,7 @@ EOF</userinput></screen>
<varlistentry>
<term>FONT_UNIMAP</term>
<listitem>
<para>This variable specifies the unicode font map.</para>
<para>This variable specifies the Unicode font map.</para>
</listitem>
</varlistentry>

View File

@ -251,7 +251,7 @@
<title>Udev creates a device incorrectly, or makes a wrong symlink</title>
<para>This usually happens if a rule unexpectedly matches a device. For
example, a poorly-writen rule can match both a SCSI disk (as desired)
example, a poorly-written rule can match both a SCSI disk (as desired)
and the corresponding SCSI generic device (incorrectly) by vendor.
Find the offending rule and make it more specific, with the help of the
<command>udevadm info</command> command.</para>

View File

@ -91,7 +91,7 @@ Device Drivers ---&gt;
<varlistentry>
<term><parameter>Support for uevent helper</parameter></term>
<listitem>
<para>Having this opion set may interfere with device
<para>Having this option set may interfere with device
management when using Udev/Eudev. </para>
</listitem>
</varlistentry>

View File

@ -45,7 +45,7 @@
<listitem><para>If you want to access your new system from a remote system
within a comfortable GUI environment, install <ulink
url='&blfs-book;postlfs/openssh.html'>openssh</ulink> and its
prerequsite, <ulink
prerequisite, <ulink
url='&blfs-book;postlfs/openssl.html'>openssl</ulink>.
</para></listitem>

View File

@ -477,7 +477,7 @@
<para>Systemd</para>
<para>This package provides and <application>init</application> program
and several additional boot and system control capabilites as an
and several additional boot and system control capabilities as an
alternative to Sysvinit. It is used by many commercial distributions.
In LFS it is installed side-by-side with Sysvinit to provide the user with
alternative boot systems for comparison.</para>