From d6346a7e9b8354dcf9d8a8ccbc9227574ab34429 Mon Sep 17 00:00:00 2001 From: David Bryant Date: Fri, 18 Nov 2022 14:44:18 -0600 Subject: 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). --- chapter08/tcl.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter08') diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index cb13e3224..d1315603f 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -27,7 +27,7 @@ The Tcl package contains the Tool Command Language, a robust general-purpose scripting language. The Expect package - is written in the Tcl language. + is written in Tcl (pronounced "tickle"). &buildtime; @@ -45,7 +45,7 @@ Installation of Tcl 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 excessive, but it is very reassuring, if not essential, to know that the most important tools are working properly. @@ -87,9 +87,9 @@ sed -e "s|$SRCDIR/unix/pkgs/itcl&itcl-ver;|/usr/lib/itcl&itcl-ver;|" \ unset SRCDIR The various sed instructions after the - make 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 + make command remove references to the build directory from + the configuration files and replace them with the install directory. + This is not mandatory for the remainder of LFS, but may be needed if a package built later uses Tcl. To test the results, issue: -- cgit v1.2.3-54-g00ecf