Changeset 3ed279f for chapter06/gcc.xml


Ignore:
Timestamp:
08/08/2004 03:09:34 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
6b85f8a
Parents:
0869f1e
Message:

Tags changes in the contents sections to make a better print output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4009 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r0869f1e r3ed279f  
    118118</segmentedlist>
    119119
    120 <variablelist><title>Short descriptions</title>
     120<variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     121<?dbfo list-presentation="list"?>
    121122
    122123<varlistentry id="cpp">
    123124<term><command>cpp</command></term>
    124125<listitem>
    125 <indexterm zone="ch-system-gcc cpp"><primary sortas="b-cpp">cpp</primary></indexterm>
    126126<para>the C preprocessor. It is used by the compiler expand the
    127127#include, #define, and similar statements in the source files.</para>
     128<indexterm zone="ch-system-gcc cpp"><primary sortas="b-cpp">cpp</primary></indexterm>
    128129</listitem>
    129130</varlistentry>
     
    132133<term><command>g++</command></term>
    133134<listitem>
     135<para>the C++ compiler.</para>
    134136<indexterm zone="ch-system-gcc g"><primary sortas="b-g++">g++</primary></indexterm>
    135 <para>the C++ compiler.</para>
    136137</listitem>
    137138</varlistentry>
     
    140141<term><command>gcc</command></term>
    141142<listitem>
     143<para>the C compiler.</para>
    142144<indexterm zone="ch-system-gcc gcc"><primary sortas="b-gcc">gcc</primary></indexterm>
    143 <para>the C compiler.</para>
    144145</listitem>
    145146</varlistentry>
     
    148149<term><command>gccbug</command></term>
    149150<listitem>
     151<para>a shell script used to help create useful bug reports.</para>
    150152<indexterm zone="ch-system-gcc gccbug"><primary sortas="b-gccbug">gccbug</primary></indexterm>
    151 <para>a shell script used to help create useful bug reports.</para>
    152153</listitem>
    153154</varlistentry>
     
    156157<term><command>gcov</command></term>
    157158<listitem>
    158 <indexterm zone="ch-system-gcc gcov"><primary sortas="b-gcov">gcov</primary></indexterm>
    159159<para>a coverage testing tool. It is used to analyze programs to
    160160determine where optimizations will have the most effect.</para>
     161<indexterm zone="ch-system-gcc gcov"><primary sortas="b-gcov">gcov</primary></indexterm>
    161162</listitem>
    162163</varlistentry>
     
    165166<term><filename class="libraryfile">libgcc*</filename></term>
    166167<listitem>
     168<para>contains run-time support for <command>gcc</command>.</para>
    167169<indexterm zone="ch-system-gcc libgcc"><primary sortas="c-libgcc*">libgcc*</primary></indexterm>
    168 <para>contains run-time support for <command>gcc</command>.</para>
    169170</listitem>
    170171</varlistentry>
     
    173174<term><filename class="libraryfile">libstdc++</filename></term>
    174175<listitem>
     176<para>the standard C++ library.</para>
    175177<indexterm zone="ch-system-gcc libstdc"><primary sortas="c-libstdc++">libstdc++</primary></indexterm>
    176 <para>the standard C++ library.</para>
    177178</listitem>
    178179</varlistentry>
     
    181182<term><filename class="libraryfile">libsupc++</filename></term>
    182183<listitem>
     184<para>provides supporting routines for the c++ programming language.</para>
    183185<indexterm zone="ch-system-gcc libsupc"><primary sortas="c-libsupc++">libsupc++</primary></indexterm>
    184 <para>provides supporting routines for the c++ programming language.</para>
    185186</listitem>
    186187</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.