diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 18:48:09 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 18:48:09 +0000 |
commit | 0816921253bc9d784e2c1f02df2053274cf71ec0 (patch) | |
tree | ed9f9102ae217691e4e56b4b776660547aef7b5c /chapter04 | |
parent | 07198664797d893d02a96c846ff1603df1e51bb7 (diff) |
Fixed a missing )
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/creatingtoolsdir.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter04/creatingtoolsdir.xml b/chapter04/creatingtoolsdir.xml index 803195de9..6747b5edd 100644 --- a/chapter04/creatingtoolsdir.xml +++ b/chapter04/creatingtoolsdir.xml @@ -13,7 +13,7 @@ programs compiled in <xref linkend="chapter-building-system"/>. The programs com temporary tools and won't be a part of the final LFS system and by keeping them in a separate directory, we can later easily throw them away. This also helps prevent them from ending up in your host's production directories -(easy to do in <xref linkend="chapter-temporary-tools"/>, which could be a very bad thing.</para> +(easy to do in <xref linkend="chapter-temporary-tools"/>), which could be a very bad thing.</para> <para>Later on you might wish to search through the binaries of your system to see what files they make use of or link against. To make this searching easier |