aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r--chapter06/ncurses.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index d9457c081..9e7764ecf 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -119,7 +119,7 @@ popd</userinput></screen>
<term><parameter>--without-ada</parameter></term>
<listitem>
<para>This ensures that Ncurses does not build support for the Ada
- compiler which may be present on the host but will not be available
+ compiler, which may be present on the host but will not be available
once we enter the <command>chroot</command> environment.</para>
</listitem>
</varlistentry>
@@ -127,9 +127,9 @@ popd</userinput></screen>
<varlistentry>
<term><parameter>--disable-stripping</parameter></term>
<listitem>
- <para>This switch prevents the building system from stripping
- the programs using <command>strip</command> program from the host.
- Using host tools on cross-compiled program can cause failure.</para>
+ <para>This switch prevents the building system from
+ using the <command>strip</command> program from the host.
+ Using host tools on cross-compiled programs can cause failure.</para>
</listitem>
</varlistentry>
@@ -169,8 +169,8 @@ echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so</userinput></screen>
<varlistentry>
<term><parameter>TIC_PATH=$(pwd)/build/progs/tic</parameter></term>
<listitem>
- <para>We need to pass the path of the just built
- <command>tic</command> able to run on the building machine, so that
+ <para>We need to pass the path of the newly built
+ <command>tic</command> program that runs on the building machine, so
the terminal database can be created without errors.</para>
</listitem>
</varlistentry>