aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/tcl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/tcl.xml')
-rw-r--r--chapter07/tcl.xml27
1 files changed, 16 insertions, 11 deletions
diff --git a/chapter07/tcl.xml b/chapter07/tcl.xml
index bd17a91a8..d64852d43 100644
--- a/chapter07/tcl.xml
+++ b/chapter07/tcl.xml
@@ -45,7 +45,7 @@
<title>Installation of Tcl</title>
<para>This package and the next two (Expect and DejaGNU) are
- installed to support running the test suites for GCC and Binutils and other
+ installed to support running the test suites for GCC and binutils and other
packages. Installing three packages for testing purposes may seem
excessive, but it is very reassuring, if not essential, to know that the
most important tools are working properly. These packages are required
@@ -70,7 +70,7 @@ cd unix
<term><parameter>$([ "$(uname -m)" = x86_64 ] &amp;&amp; echo --enable-64bit)</parameter></term>
<listitem>
<para>The construct <parameter>$(&lt;shell command&gt;)</parameter>
- is replaced by the output of the chell command. Here this output is
+ is replaced by the output of the shell command. Here this output is
empty if running on a 32 bit machine, and is
<parameter>--enable-64bit</parameter> if running on a 64 bit machine.
</para>
@@ -100,11 +100,11 @@ sed -e "s|$SRCDIR/unix/pkgs/itcl&itcl-ver;|/usr/lib/itcl&itcl-ver;|" \
unset SRCDIR</userinput></screen>
- <para>The various <quote>sed</quote> after the <quote>make</quote> command
- remove references to the build directory from various configuration files,
- and replaces them with the install directory. This is not mandatory
- for the remaining of LFS, but may be needed in case a package built later
- uses Tcl.</para>
+ <para>The various <quote>sed</quote> instructions after the
+ <quote>make</quote> command removes references to the build directory from
+ the configuration files and replaces them with the install directory.
+ This is not mandatory for the remainder of LFS, but may be needed in case a
+ package built later uses Tcl.</para>
<para>Install the package:</para>
@@ -115,8 +115,7 @@ unset SRCDIR</userinput></screen>
<screen><userinput remap="install">chmod -v u+w /usr/lib/libtcl&tcl-major-version;.so</userinput></screen>
- <para>Install Tcl's headers. The next package, Expect, requires them
- to build.</para>
+ <para>Install Tcl's headers. The next package, Expect, requires them.</para>
<screen><userinput remap="install">make install-private-headers</userinput></screen>
@@ -134,8 +133,14 @@ unset SRCDIR</userinput></screen>
<segtitle>Installed library</segtitle>
<seglistitem>
- <seg>tclsh (link to tclsh&tcl-major-version;) and tclsh&tcl-major-version;</seg>
- <seg>libtcl&tcl-major-version;.so, libtclstub&tcl-major-version;.a</seg>
+ <seg>
+ tclsh (link to tclsh&tcl-major-version;) and
+ tclsh&tcl-major-version;
+ </seg>
+ <seg>
+ libtcl&tcl-major-version;.so and
+ libtclstub&tcl-major-version;.a
+ </seg>
</seglistitem>
</segmentedlist>