source: BOOK/final-system/multilib/aboutdebug.xml @ 5eeaddd

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 5eeaddd was dabbced, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[b4f5af8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[b4f5af8]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-aboutdebug">
9  <?dbhtml filename="aboutdebug.html"?>
10
11  <title>About Debugging Symbols</title>
12
[dabbced]13  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b4f5af8]14  href="../common/aboutdebug.xml"
15  xpointer="xpointer(//*[@os='a'])"/>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b4f5af8]18  href="../common/aboutdebug.xml"
19  xpointer="xpointer(//*[@os='b'])"/>
20
21  <itemizedlist os="c">
22
[dabbced]23    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b4f5af8]24    href="../common/aboutdebug.xml"
25    xpointer="xpointer(//*[@os='c1'])"/>
26
[dabbced]27    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b4f5af8]28    href="../common/aboutdebug.xml"
29    xpointer="xpointer(//*[@os='c2'])"/>
30
31    <listitem os="c3">
32      <para>Glibc and GCC files (<filename class="directory">/lib</filename>,
[db1bc75]33      <filename class="directory">/lib64,</filename>,
34      <filename class="directory">/usr/lib</filename>,
[b4f5af8]35      and <filename class="directory">/usr/lib64</filename>) with debugging
36      symbols: 87 MB</para>
37    </listitem>
38
[dabbced]39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b4f5af8]40    href="../common/aboutdebug.xml"
41    xpointer="xpointer(//*[@os='c4'])"/>
42
43  </itemizedlist>
44
[dabbced]45  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b4f5af8]46  href="../common/aboutdebug.xml"
47  xpointer="xpointer(//*[@os='d'])"/>
48
[dabbced]49  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b4f5af8]50  href="../common/aboutdebug.xml"
51  xpointer="xpointer(//*[@os='e'])"/>
52
53</sect1>
Note: See TracBrowser for help on using the repository browser.