aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml32
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>