diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-05-13 08:34:15 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-05-13 08:34:15 +0000 |
commit | 75128571c610d415bb4d27eeca9fac73c9929fe4 (patch) | |
tree | e240c85643b5b356ae7dd9f4d1e092c4d1cb5c29 /chapter06 | |
parent | e188d26d39563d06aea6c3195e272a3bb9cf5ccf (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 585763ab3..261b81a77 100644 --- a/chapter06/gcc.xml +++ b/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> |