diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
commit | b8a819fd7bca2d339d92375130c556cca465aa1d (patch) | |
tree | e50ac7f33f4bafb2fb0d129181ba168181bc4083 /chapter06/gcc.xml | |
parent | 8d11d9f0c80a970ae5aa1a4f95123d70ac8f485e (diff) |
Changed the id's location in the Short descriptions sections to fix a bug in the PDF generation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 74e7ad3fc..fdae5f665 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -118,8 +118,8 @@ cc1, cc1plus, collect2, cpp, g++, gcc, gccbug, and gcov</seg> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="cpp"><command>cpp</command></term> +<varlistentry id="cpp"> +<term><command>cpp</command></term> <listitem> <indexterm zone="ch-system-gcc cpp"><primary sortas="b-cpp">cpp</primary></indexterm> <para>is the C preprocessor. It is used by the compiler to have the #include and @@ -127,16 +127,16 @@ cc1, cc1plus, collect2, cpp, g++, gcc, gccbug, and gcov</seg> </listitem> </varlistentry> -<varlistentry> -<term id="g"><command>g++</command></term> +<varlistentry id="g"> +<term><command>g++</command></term> <listitem> <indexterm zone="ch-system-gcc g"><primary sortas="b-g++">g++</primary></indexterm> <para>is the C++ compiler.</para> </listitem> </varlistentry> -<varlistentry> -<term id="gcc"><command>gcc</command></term> +<varlistentry id="gcc"> +<term><command>gcc</command></term> <listitem> <indexterm zone="ch-system-gcc gcc"><primary sortas="b-gcc">gcc</primary></indexterm> <para>is the C compiler. It is used to translate @@ -144,16 +144,16 @@ the source code of a program into assembly code.</para> </listitem> </varlistentry> -<varlistentry> -<term id="gccbug"><command>gccbug</command></term> +<varlistentry id="gccbug"> +<term><command>gccbug</command></term> <listitem> <indexterm zone="ch-system-gcc gccbug"><primary sortas="b-gccbug">gccbug</primary></indexterm> <para>is a shell script used to help create good bug reports.</para> </listitem> </varlistentry> -<varlistentry> -<term id="gcov"><command>gcov</command></term> +<varlistentry id="gcov"> +<term><command>gcov</command></term> <listitem> <indexterm zone="ch-system-gcc gcov"><primary sortas="b-gcov">gcov</primary></indexterm> <para>is a coverage testing tool. It is used to @@ -161,24 +161,24 @@ analyze programs to find out where optimizations will have the most effect.</par </listitem> </varlistentry> -<varlistentry> -<term id="libgcc"><command>libgcc*</command></term> +<varlistentry id="libgcc"> +<term><command>libgcc*</command></term> <listitem> <indexterm zone="ch-system-gcc libgcc"><primary sortas="c-libgcc*">libgcc*</primary></indexterm> <para>contains run-time support for gcc.</para> </listitem> </varlistentry> -<varlistentry> -<term id="libstdc"><command>libstdc++</command></term> +<varlistentry id="libstdc"> +<term><command>libstdc++</command></term> <listitem> <indexterm zone="ch-system-gcc libstdc"><primary sortas="c-libstdc++">libstdc++</primary></indexterm> <para>is the standard C++ library. It contains many frequently-used functions.</para> </listitem> </varlistentry> -<varlistentry> -<term id="libsupc"><command>libsupc++</command></term> +<varlistentry id="libsupc"> +<term><command>libsupc++</command></term> <listitem> <indexterm zone="ch-system-gcc libsupc"><primary sortas="c-libsupc++">libsupc++</primary></indexterm> <para>provides supporting routines for the c++ programming language.</para> |