Переглянути джерело

Fix double comment in XML

Xi Ruoyao 5 роки тому
батько
коміт
fceaf361a4
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      chapter05/glibc.xml

+ 4 - 4
chapter05/glibc.xml

@@ -104,13 +104,13 @@ cd       build</userinput></screen>
       <varlistentry>
         <term><parameter>libc_cv_forced_unwind=yes</parameter></term>
         <listitem>
-          <!--para>The linker installed during
+          <!-para>The linker installed during
           <xref linkend="ch-tools-binutils-pass1"/> was cross-compiled and as
           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
           a working linker.  The libc_cv_forced_unwind=yes variable is passed in
           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"/>
 			  中安装的链接器是交叉链接器,在 Glibc 安装前不能正常使用。
 			  这导致对于强制栈展开特性的配置检查失败,
@@ -123,9 +123,9 @@ cd       build</userinput></screen>
       <varlistentry>
         <term><parameter>libc_cv_c_cleanup=yes</parameter></term>
         <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
-          cleanup handling support is configured.</para-->
+          cleanup handling support is configured.</para->
           <para>类似的,我们传递 libc_cv_c_cleanup=yes 给
 			  <command>configure</command> 脚本,从而跳过相关测试,
 			  并表明 C 清理支持可用。</para>