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
This commit is contained in:
Manuel Canales Esparcia 2007-05-13 08:34:15 +00:00
parent e188d26d39
commit 75128571c6

View File

@ -254,6 +254,16 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
<?dbfo list-presentation="list"?> <?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?> <?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"> <varlistentry id="cc">
<term><command>cc</command></term> <term><command>cc</command></term>
<listitem> <listitem>
@ -275,16 +285,6 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
</listitem> </listitem>
</varlistentry> </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"> <varlistentry id="g">
<term><command>g++</command></term> <term><command>g++</command></term>
<listitem> <listitem>