瀏覽代碼

Fixed a missing )

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 21 年之前
父節點
當前提交
0816921253
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter04/creatingtoolsdir.xml

+ 1 - 1
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
 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
 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
 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
 <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
 see what files they make use of or link against. To make this searching easier