Fix some typos

This commit is contained in:
Thomas Trepl 2024-11-07 14:48:54 +01:00
parent 11435fce36
commit faf4963f4c
3 changed files with 12 additions and 11 deletions

View File

@ -300,10 +300,10 @@ bash version-check.sh</userinput></screen>
</para> </para>
<para arch="ml_32,ml_x32,ml_all"> <para arch="ml_32,ml_x32,ml_all">
If the kernel feature required by a multilib is not enabled, If the kernel feature required for a multilib architecture is not
building the multilib for a package in Chapter 8 may either fail enabled, building the multilib architecture for a package in
immediately, or cause hidden breakages because autoconf cannot Chapter 8 may either fail immediately, or cause hidden breakages
probe the system features properly. because autoconf cannot probe the system features properly.
</para> </para>
</sect2> </sect2>

View File

@ -201,7 +201,7 @@ cd build</userinput></screen>
<varlistentry arch="ml_32,ml_x32,ml_all"> <varlistentry arch="ml_32,ml_x32,ml_all">
<term><parameter>--enable-multilib --with-multilib-list=...</parameter></term> <term><parameter>--enable-multilib --with-multilib-list=...</parameter></term>
<listitem> <listitem>
<para>LFS canbe used to support multilib. Which they are is <para>LFS can be used to support multilib. Which they are is
specified in the multilib list.</para> specified in the multilib list.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -66,8 +66,8 @@
approach of LFS which is to show you how to build a Linux system. approach of LFS which is to show you how to build a Linux system.
To achieve this, no support for additional architectures than To achieve this, no support for additional architectures than
the default one for your system is required. If you haven't the default one for your system is required. If you haven't
previously built by the standard LFS book, you are encouraged to previously built a system using the standard LFS book, you are
do so before using this edition.</para> encouraged to do so before using this edition.</para>
</sect2> </sect2>
@ -75,11 +75,12 @@
<para>Building a multilib system is not that much different from <para>Building a multilib system is not that much different from
building a system by using the 'native' LFS book. Beside some building a system by using the 'native' LFS book. Beside some
tweaks here and there the most prominent difference is that tweaks here and there the most prominent difference is that a
multilib requires compiling some applications up to three times: multilib system requires compiling some applications up to three
times:
one for the primary 64-bit architecture, one for the primary 64-bit architecture,
one for the 32-bit architecture (m32), one for the 32-bit architecture (m32),
and once again for the 32-bit architecture with is 32-bit memory and once again for the 32-bit architecture with its 32-bit memory
access and 64 bit instruction set (mx32).</para> access and 64 bit instruction set (mx32).</para>
<para>Continue only if you and your system meets the following <para>Continue only if you and your system meets the following
@ -92,7 +93,7 @@
you will need to have you will need to have
<parameter>CONFIG_IA32_EMULATION=y</parameter> <parameter>CONFIG_IA32_EMULATION=y</parameter>
set in order to build for <parameter>m32</parameter> and set in order to build for <parameter>m32</parameter> and
<parameter>CONFIG_X86_X32=y</parameter> set in order to <parameter>CONFIG_X86_X32_ABI=y</parameter> set in order to
build for <parameter>mx32</parameter>. build for <parameter>mx32</parameter>.
</para> </para>
<para> <para>