aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/tcl.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:24:06 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:24:06 +0000
commitf4993cfc75b05e310e5c9f4821fec8526ab4701d (patch)
treeea1b3172bf48d754412c8bcb500f50a031538d84 /chapter05/tcl.xml
parent58882995289b0b69420b13297bf87c4b4d398192 (diff)
Small textual adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r--chapter05/tcl.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index fd2aca6ae..ed5ecef61 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -44,8 +44,8 @@ following command will do so:</para>
<listitem><para><userinput>TZ=UTC</userinput>: This sets the time zone to
Coordinated Universal Time (UTC) also known as Greenwich Mean Time (GMT), but
only for the duration of the test suite run. This ensures the clock tests are
-exercised correctly. More information on the TZ environment variable is
-available later on in <xref linkend="chapter07"/>.</para></listitem>
+exercised correctly. More information on the TZ environment variable will be
+given later on in <xref linkend="chapter07"/>.</para></listitem>
</itemizedlist>
<para>Sometimes, package test suites will give false failures. You can
@@ -57,9 +57,15 @@ throughout the book.</para>
<screen><userinput>make install</userinput></screen>
-<important><para><emphasis>Do not remove</emphasis> the
+<!-- HACK - Force some whitespace to appease tidy -->
+<literallayout></literallayout>
+
+<warning><para><emphasis>Do not remove</emphasis> the
<filename>tcl&tcl-version;</filename> source directory yet, as the next package
-will need its internal headers.</para></important>
+will need its internal headers.</para></warning>
+
+<!-- HACK - Force some whitespace to appease tidy -->
+<literallayout></literallayout>
<para>Make a necessary symbolic link:</para>