aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/expect.xml
diff options
context:
space:
mode:
authorDJ Lucas <dj@lucasit.com>2021-07-21 19:53:52 -0500
committerDJ Lucas <dj@lucasit.com>2021-07-21 19:53:52 -0500
commit593b439adae07e459ffc495c06cd23bb370e3876 (patch)
treea745622c652c6c259e5d2cec86c1e8153f077c31 /chapter08/expect.xml
parentd13e8eff811d338626cbf41d0be4dd6d666b055f (diff)
Correct page IDs in Chapter 08 dejagnu, expect, and tcl.
Diffstat (limited to 'chapter08/expect.xml')
-rw-r--r--chapter08/expect.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/expect.xml b/chapter08/expect.xml
index da374bd9d..1e56595fb 100644
--- a/chapter08/expect.xml
+++ b/chapter08/expect.xml
@@ -5,7 +5,7 @@
%general-entities;
]>
-<sect1 id="ch-tools-expect" role="wrap">
+<sect1 id="ch-system-expect" role="wrap">
<?dbhtml filename="expect.html"?>
<sect1info condition="script">
@@ -16,7 +16,7 @@
<title>Expect-&expect-version;</title>
- <indexterm zone="ch-tools-expect">
+ <indexterm zone="ch-system-expect">
<primary sortas="a-Expect">Expect</primary>
</indexterm>
@@ -116,7 +116,7 @@ ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib</userinput>
<listitem>
<para>Communicates with other interactive programs according
to a script</para>
- <indexterm zone="ch-tools-expect expect">
+ <indexterm zone="ch-system-expect expect">
<primary sortas="b-expect">expect</primary>
</indexterm>
</listitem>
@@ -127,7 +127,7 @@ ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib</userinput>
<listitem>
<para>Contains functions that allow Expect to be used as a Tcl
extension or to be used directly from C or C++ (without Tcl)</para>
- <indexterm zone="ch-tools-expect libexpect">
+ <indexterm zone="ch-system-expect libexpect">
<primary sortas="c-libexpect-&expect-lib-version;">libexpect-&expect-lib-version;</primary>
</indexterm>
</listitem>