aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-08-25 13:11:02 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-08-25 13:13:32 +0800
commitefbd8873aca1b0bb2a6091bf47a99bb3ad0553c6 (patch)
tree085efa4ce68d37b950d70a12b4e6ae7cabfacd70
parent763a00a98d076ab170073db1134244888bf35f12 (diff)
chapter07: tcl/expect/dejagnu are now in chapter08
-rw-r--r--chapter07/introduction.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml
index 1d53f6987..2e57af238 100644
--- a/chapter07/introduction.xml
+++ b/chapter07/introduction.xml
@@ -11,8 +11,8 @@
<title>Introduction</title>
<para>This chapter shows how to build the last missing bits of the temporary
- system: first, the tools needed by the build machinery of various packages,
- then three packages needed to run tests. Now that all circular dependencies
+ system: the tools needed by the build machinery of various packages.
+ Now that all circular dependencies
have been resolved, we can use a <quote>chroot</quote> environment,
completely isolated the host operating system used for the build, except
for the running kernel.</para>