Ignore:
Timestamp:
12/05/2004 06:43:10 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
1375d26
Parents:
c5538b3
Message:
  • (chapter06/*.xml) RELAX NG validation fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/aboutdebug.xml

    rc5538b3 r1fe35e1  
    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-system-aboutdebug">
    7 <title>About debugging symbols</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="ch-system-aboutdebug">
     9<info><title>About debugging symbols</title></info>
    810<?dbhtml filename="aboutdebug.html"?>
    911
     
    4345your convenience, the next section shows how to strip all debugging symbols
    4446from all programs and libraries. Information on other ways of optimizing your
    45 system can be found in the hint at <ulink url="&hints-root;optimization.txt"/>.</para>
     47system can be found in the hint at <uri xlink:href="&hints-root;optimization.txt"/>.</para>
    4648
    47 </sect1>
     49</section>
Note: See TracChangeset for help on using the changeset viewer.