mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Rectify a redundancy/explain how to say tcl. Use correct spelling for
the Binutils package. Patch up an ungrammatical sentence (the plural subject "instructions" requires pural verbs).
This commit is contained in:
parent
ea90fca7bf
commit
d6346a7e9b
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
<para>The <application>Tcl</application> package contains the Tool Command Language,
|
<para>The <application>Tcl</application> package contains the Tool Command Language,
|
||||||
a robust general-purpose scripting language. The <application>Expect</application> package
|
a robust general-purpose scripting language. The <application>Expect</application> package
|
||||||
is written in the <application>Tcl</application> language.</para>
|
is written in <application>Tcl</application> (pronounced "tickle").</para>
|
||||||
|
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
<segtitle>&buildtime;</segtitle>
|
<segtitle>&buildtime;</segtitle>
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<title>Installation of Tcl</title>
|
<title>Installation of Tcl</title>
|
||||||
|
|
||||||
<para>This package and the next two (Expect and DejaGNU) are
|
<para>This package and the next two (Expect and DejaGNU) are
|
||||||
installed to support running the test suites for binutils and GCC and other
|
installed to support running the test suites for Binutils, GCC and other
|
||||||
packages. Installing three packages for testing purposes may seem
|
packages. Installing three packages for testing purposes may seem
|
||||||
excessive, but it is very reassuring, if not essential, to know that the
|
excessive, but it is very reassuring, if not essential, to know that the
|
||||||
most important tools are working properly.</para>
|
most important tools are working properly.</para>
|
||||||
@ -87,9 +87,9 @@ sed -e "s|$SRCDIR/unix/pkgs/itcl&itcl-ver;|/usr/lib/itcl&itcl-ver;|" \
|
|||||||
unset SRCDIR</userinput></screen>
|
unset SRCDIR</userinput></screen>
|
||||||
|
|
||||||
<para>The various <quote>sed</quote> instructions after the
|
<para>The various <quote>sed</quote> instructions after the
|
||||||
<quote>make</quote> command removes references to the build directory from
|
<quote>make</quote> command remove references to the build directory from
|
||||||
the configuration files and replaces them with the install directory.
|
the configuration files and replace them with the install directory.
|
||||||
This is not mandatory for the remainder of LFS, but may be needed in case a
|
This is not mandatory for the remainder of LFS, but may be needed if a
|
||||||
package built later uses Tcl.</para>
|
package built later uses Tcl.</para>
|
||||||
|
|
||||||
<para>To test the results, issue:</para>
|
<para>To test the results, issue:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user