Ignore:
Timestamp:
12/11/2004 06:40:46 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
9c9d585
Parents:
1fe35e1
Message:
  • (chapter05/*.xml) RELAX NG validation fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    r1fe35e1 r1375d26  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="ch-tools-gcc-pass2" role="wrap">
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="ch-tools-gcc-pass2" role="wrap">
    79<title>GCC-&gcc-version; - Pass 2</title>
    810<?dbhtml filename="gcc-pass2.html"?>
     
    1214<secondary>tools, pass 2</secondary></indexterm>
    1315
    14 <sect2 role="package"><title/>
     16<section role="package"><title/>
    1517
    1618<segmentedlist>
     
    2022</segmentedlist>
    2123
    22 </sect2>
     24</section>
    2325
    24 <sect2 role="installation">
     26<section role="installation">
    2527<title>Re-installation of GCC</title>
    2628
     
    4345properly. In this case there is no point in running the test suites for GCC
    4446and Binutils until you are able to resolve the issue. You can consult the LFS
    45 Wiki at <ulink url="&wiki-root;"/> for more information on how to get PTYs
     47Wiki at <uri xlink:href="&wiki-root;"/> for more information on how to get PTYs
    4648working.</para>
    4749
     
    165167mailing list for similar configurations to your own. For an example of how
    166168current GCC-&gcc-version; should look on i686-pc-linux-gnu, see
    167 <ulink url="http://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00261.html"/>.</para>
     169<uri xlink:href="http://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00261.html"/>.</para>
    168170
    169171<para>Having a few unexpected failures often cannot be avoided. The GCC
     
    182184GCC Specs patch.</para></note>
    183185
    184 </sect2>
     186</section>
    185187
    186 <sect2 role="content"><title/>
     188<section role="content"><title/>
    187189<para>The details on this package are found in <xref linkend="contents-gcc"/>.</para>
    188 </sect2>
     190</section>
    189191
    190 </sect1>
     192</section>
Note: See TracChangeset for help on using the changeset viewer.