diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 251797668..55addc43b 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -89,6 +89,9 @@ First a summary, then a detailed log.
+June 24rd, 2005 [jhuntwork]: Fixed the setting of the
+TCLPATH variable in the Tcl instructions.
+
June 23rd, 2005 [jhuntwork]: Added --with-tclinclude in Expect build
to ensure it finds the Tcl headers.
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index 9d8dec092..11b2ff753 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -71,7 +71,8 @@ will need its internal headers.
Set a variable containing the full path of the current directory.
The next package, Expect, will use this variable to find Tcl's headers.
-export TCLPATH=`pwd`
+cd ..
+export TCLPATH=`pwd`
Now make a necessary symbolic link:
diff --git a/general.ent b/general.ent
index 463c803b8..3c802e3db 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+