diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-02 22:20:47 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-02 22:20:47 +0000 |
commit | d27a27bee96bda9893300fa12df48f5789d2c0c3 (patch) | |
tree | f666572fef02af9d87f2a1538d5128f971fd1a5e /chapter05/tcl.xml | |
parent | dec4b0a901b3d9be9eb37bbcec3e06f6c63274ce (diff) |
Rephrasing a few lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3055 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r-- | chapter05/tcl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index c7863f457..7f0972857 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -18,7 +18,7 @@ test suites for GCC and Binutils. Installing three packages just for testing purposes may seem like overkill, but it is very reassuring, if not essential, to know that our most important tools are working properly.</para> -<para>Prepare Tcl to be compiled:</para> +<para>Prepare Tcl for compilation:</para> <screen><userinput>cd unix ./configure --prefix=/tools</userinput></screen> |