Browse Source

Fix double comment in XML

Xi Ruoyao 6 years ago
parent
commit
fceaf361a4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      chapter05/glibc.xml

+ 4 - 4
chapter05/glibc.xml

@@ -104,13 +104,13 @@ cd       build</userinput></screen>
       <varlistentry>
       <varlistentry>
         <term><parameter>libc_cv_forced_unwind=yes</parameter></term>
         <term><parameter>libc_cv_forced_unwind=yes</parameter></term>
         <listitem>
         <listitem>
-          <!--para>The linker installed during
+          <!-para>The linker installed during
           <xref linkend="ch-tools-binutils-pass1"/> was cross-compiled and as
           <xref linkend="ch-tools-binutils-pass1"/> was cross-compiled and as
           such cannot be used until Glibc has been installed.  This means that
           such cannot be used until Glibc has been installed.  This means that
           the configure test for force-unwind support will fail, as it relies on
           the configure test for force-unwind support will fail, as it relies on
           a working linker.  The libc_cv_forced_unwind=yes variable is passed in
           a working linker.  The libc_cv_forced_unwind=yes variable is passed in
           order to inform <command>configure</command> that force-unwind
           order to inform <command>configure</command> that force-unwind
-		  support is available without it having to run the test.</para-->
+		  support is available without it having to run the test.</para->
 	      <para>在 <xref linkend="ch-tools-binutils-pass1"/>
 	      <para>在 <xref linkend="ch-tools-binutils-pass1"/>
 			  中安装的链接器是交叉链接器,在 Glibc 安装前不能正常使用。
 			  中安装的链接器是交叉链接器,在 Glibc 安装前不能正常使用。
 			  这导致对于强制栈展开特性的配置检查失败,
 			  这导致对于强制栈展开特性的配置检查失败,
@@ -123,9 +123,9 @@ cd       build</userinput></screen>
       <varlistentry>
       <varlistentry>
         <term><parameter>libc_cv_c_cleanup=yes</parameter></term>
         <term><parameter>libc_cv_c_cleanup=yes</parameter></term>
         <listitem>
         <listitem>
-          <!--para>Similarly, we pass libc_cv_c_cleanup=yes through to the
+          <!-para>Similarly, we pass libc_cv_c_cleanup=yes through to the
           <command>configure</command> script so that the test is skipped and C
           <command>configure</command> script so that the test is skipped and C
-          cleanup handling support is configured.</para-->
+          cleanup handling support is configured.</para->
           <para>类似的,我们传递 libc_cv_c_cleanup=yes 给
           <para>类似的,我们传递 libc_cv_c_cleanup=yes 给
 			  <command>configure</command> 脚本,从而跳过相关测试,
 			  <command>configure</command> 脚本,从而跳过相关测试,
 			  并表明 C 清理支持可用。</para>
 			  并表明 C 清理支持可用。</para>