Browse Source

Using the same sorting in list of installed programs and descriptions for GCC.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 years ago
parent
commit
75128571c6
1 changed files with 10 additions and 10 deletions
  1. 10 10
      chapter06/gcc.xml

+ 10 - 10
chapter06/gcc.xml

@@ -254,6 +254,16 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
+      <varlistentry id="c">
+        <term><command>c++</command></term>
+        <listitem>
+          <para>The C++ compiler</para>
+          <indexterm zone="ch-system-gcc c">
+            <primary sortas="b-c++">c++</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="cc">
         <term><command>cc</command></term>
         <listitem>
@@ -275,16 +285,6 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="c">
-        <term><command>c++</command></term>
-        <listitem>
-          <para>The C++ compiler</para>
-          <indexterm zone="ch-system-gcc c">
-            <primary sortas="b-c++">c++</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="g">
         <term><command>g++</command></term>
         <listitem>