mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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:
parent
7bbd1bdc8a
commit
edbeeb5dc5
@ -34,7 +34,7 @@
|
|||||||
addressed in LFS, but could be useful to the user. These packages may have
|
addressed in LFS, but could be useful to the user. These packages may have
|
||||||
additional mandatory or optional dependencies of their own. For these
|
additional mandatory or optional dependencies of their own. For these
|
||||||
dependencies, the recommended practice is to install them after completion of
|
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>
|
re-installation is addressed in BLFS.</para>
|
||||||
|
|
||||||
<!-- Begin Acl dependency info -->
|
<!-- Begin Acl dependency info -->
|
||||||
|
@ -129,7 +129,7 @@ cd ../glibc-build</userinput></screen>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>libc_cv_c_cleanup=yes</parameter></term>
|
<term><parameter>libc_cv_c_cleanup=yes</parameter></term>
|
||||||
<listitem>
|
<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
|
<command>configure</command> script so that the test is skipped and C
|
||||||
cleanup handling support is configured.</para>
|
cleanup handling support is configured.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -137,7 +137,7 @@ cd ../glibc-build</userinput></screen>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>libc_cv_ctors_header=yes</parameter></term>
|
<term><parameter>libc_cv_ctors_header=yes</parameter></term>
|
||||||
<listitem>
|
<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
|
<command>configure</command> script so that the test is skipped and
|
||||||
gcc constructor support is configured.</para>
|
gcc constructor support is configured.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -97,7 +97,7 @@ cd ../gcc-build</userinput></screen>
|
|||||||
<para>This is the location where the standard include files are
|
<para>This is the location where the standard include files are
|
||||||
searched by the C++ compiler. In a normal build, this information
|
searched by the C++ compiler. In a normal build, this information
|
||||||
is automatically passed to the Libstdc++ <command>configure</command>
|
is automatically passed to the Libstdc++ <command>configure</command>
|
||||||
options from the toplevel directory. In our case, this information
|
options from the top level directory. In our case, this information
|
||||||
must be explicitly given.</para>
|
must be explicitly given.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -55,7 +55,7 @@ readelf -l a.out | grep ': /lib'</userinput></screen>
|
|||||||
<para>Note that <filename class="directory">/lib</filename> is now
|
<para>Note that <filename class="directory">/lib</filename> is now
|
||||||
the prefix of our dynamic linker.</para>
|
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>
|
<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen>
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
<para>To test bc, run the commands below. There is quite a bit of output,
|
<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
|
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>
|
digit.</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">echo "quit" | ./bc/bc -l Test/checklib.b</userinput></screen>
|
<screen><userinput remap="test">echo "quit" | ./bc/bc -l Test/checklib.b</userinput></screen>
|
||||||
|
@ -71,9 +71,9 @@
|
|||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<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
|
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>
|
<ulink url="&blfs-root;/view/&short-version;/general/dbus.html"/>.</para>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
@ -375,7 +375,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>A wrapper around <command>ar</command> that adds a
|
<para>A wrapper around <command>ar</command> that adds a
|
||||||
plugin to the command line. This program is only used
|
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>
|
default build options</para>
|
||||||
<indexterm zone="ch-system-gcc gcc-ar">
|
<indexterm zone="ch-system-gcc gcc-ar">
|
||||||
<primary sortas="b-gcc-ar">gc-ar</primary>
|
<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>
|
<listitem>
|
||||||
<para>A wrapper around <command>nm</command> that adds a
|
<para>A wrapper around <command>nm</command> that adds a
|
||||||
plugin to the command line. This program is only used
|
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>
|
default build options</para>
|
||||||
<indexterm zone="ch-system-gcc gcc-nm">
|
<indexterm zone="ch-system-gcc gcc-nm">
|
||||||
<primary sortas="b-gcc-nm">gc-nm</primary>
|
<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>
|
<listitem>
|
||||||
<para>A wrapper around <command>ranlib</command> that adds a
|
<para>A wrapper around <command>ranlib</command> that adds a
|
||||||
plugin to the command line. This program is only used
|
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>
|
default build options</para>
|
||||||
<indexterm zone="ch-system-gcc gcc-ranlib">
|
<indexterm zone="ch-system-gcc gcc-ranlib">
|
||||||
<primary sortas="b-gcc-ranlib">gc-ranlib</primary>
|
<primary sortas="b-gcc-ranlib">gc-ranlib</primary>
|
||||||
|
@ -268,7 +268,7 @@ EOF</userinput></screen>
|
|||||||
<sect3>
|
<sect3>
|
||||||
<title>Adding time zone data</title>
|
<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
|
<screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
|
||||||
|
|
||||||
ZONEINFO=/usr/share/zoneinfo
|
ZONEINFO=/usr/share/zoneinfo
|
||||||
@ -291,14 +291,14 @@ unset ZONEINFO</userinput></screen>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>zic -L /dev/null ...</parameter></term>
|
<term><parameter>zic -L /dev/null ...</parameter></term>
|
||||||
<listitem>
|
<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
|
conventional to put these in both
|
||||||
<filename class="directory">zoneinfo</filename> and
|
<filename class="directory">zoneinfo</filename> and
|
||||||
<filename class="directory">zoneinfo/posix</filename>. It is
|
<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
|
<filename class="directory">zoneinfo</filename>, otherwise various
|
||||||
test-suites will report errors. On an embedded system, where space is
|
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>
|
1.9MB by not using the <filename class="directory">posix</filename>
|
||||||
directory, but some applications or test-suites might produce some
|
directory, but some applications or test-suites might produce some
|
||||||
failures.</para>
|
failures.</para>
|
||||||
@ -307,9 +307,9 @@ unset ZONEINFO</userinput></screen>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>zic -L leapseconds ...</parameter></term>
|
<term><parameter>zic -L leapseconds ...</parameter></term>
|
||||||
<listitem>
|
<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
|
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>
|
save 1.9MB by omitting the <filename class="directory">right</filename>
|
||||||
directory.</para>
|
directory.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -333,7 +333,7 @@ unset ZONEINFO</userinput></screen>
|
|||||||
<para>After answering a few questions about the location, the script will
|
<para>After answering a few questions about the location, the script will
|
||||||
output the name of the time zone (e.g.,
|
output the name of the time zone (e.g.,
|
||||||
<emphasis>America/Edmonton</emphasis>). There are also some other possible
|
<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
|
class='directory'>/usr/share/zoneinfo</filename> such as
|
||||||
<emphasis>Canada/Eastern</emphasis> or <emphasis>EST5EDT</emphasis> that
|
<emphasis>Canada/Eastern</emphasis> or <emphasis>EST5EDT</emphasis> that
|
||||||
are not identified by the script but can be used.</para>
|
are not identified by the script but can be used.</para>
|
||||||
|
@ -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
|
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
|
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
|
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
|
to pass the <parameter>-g</parameter> parameter to
|
||||||
<command>useradd</command>. The default parameters are stored in the
|
<command>useradd</command>. The default parameters are stored in the
|
||||||
<filename>/etc/default/useradd</filename> file. You may need to modify two
|
<filename>/etc/default/useradd</filename> file. You may need to modify two
|
||||||
|
@ -345,7 +345,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
|
|||||||
<varlistentry id="fdisk">
|
<varlistentry id="fdisk">
|
||||||
<term><command>fdisk</command></term>
|
<term><command>fdisk</command></term>
|
||||||
<listitem>
|
<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">
|
<indexterm zone="ch-system-util-linux fdisk">
|
||||||
<primary sortas="b-fdisk">fdisk</primary>
|
<primary sortas="b-fdisk">fdisk</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
@ -299,7 +299,7 @@ EOF</userinput></screen>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>FONT_UNIMAP</term>
|
<term>FONT_UNIMAP</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This variable specifies the unicode font map.</para>
|
<para>This variable specifies the Unicode font map.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -251,7 +251,7 @@
|
|||||||
<title>Udev creates a device incorrectly, or makes a wrong symlink</title>
|
<title>Udev creates a device incorrectly, or makes a wrong symlink</title>
|
||||||
|
|
||||||
<para>This usually happens if a rule unexpectedly matches a device. For
|
<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.
|
and the corresponding SCSI generic device (incorrectly) by vendor.
|
||||||
Find the offending rule and make it more specific, with the help of the
|
Find the offending rule and make it more specific, with the help of the
|
||||||
<command>udevadm info</command> command.</para>
|
<command>udevadm info</command> command.</para>
|
||||||
|
@ -91,7 +91,7 @@ Device Drivers --->
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>Support for uevent helper</parameter></term>
|
<term><parameter>Support for uevent helper</parameter></term>
|
||||||
<listitem>
|
<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>
|
management when using Udev/Eudev. </para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
<listitem><para>If you want to access your new system from a remote system
|
<listitem><para>If you want to access your new system from a remote system
|
||||||
within a comfortable GUI environment, install <ulink
|
within a comfortable GUI environment, install <ulink
|
||||||
url='&blfs-book;postlfs/openssh.html'>openssh</ulink> and its
|
url='&blfs-book;postlfs/openssh.html'>openssh</ulink> and its
|
||||||
prerequsite, <ulink
|
prerequisite, <ulink
|
||||||
url='&blfs-book;postlfs/openssl.html'>openssl</ulink>.
|
url='&blfs-book;postlfs/openssl.html'>openssl</ulink>.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
@ -477,7 +477,7 @@
|
|||||||
<para>Systemd</para>
|
<para>Systemd</para>
|
||||||
|
|
||||||
<para>This package provides and <application>init</application> program
|
<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.
|
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
|
In LFS it is installed side-by-side with Sysvinit to provide the user with
|
||||||
alternative boot systems for comparison.</para>
|
alternative boot systems for comparison.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user