This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dead documentation link


> this should be fixed now. I ran the docs through the W3C link checker
> and did some fixups, then regenerated the HTML. Please allow a bit of
> time for this to propagate to the web page.

... and this. 

-benjamin

2009-07-20  Benjamin Kosnik  <bkoz@redhat.com>

	* doc/xml/manual/intro.xml: Escape '&', validate.
	* doc/xml/manual/using.xml: Validate, dead link check.
	* doc/xml/manual/strings.xml: Same.
	* doc/xml/manual/appendix_contributing.xml: Same.
	* doc/xml/manual/iterators.xml: Same.
	* doc/xml/manual/spine.xml: Same.

	* doc/xml/faq.xml: Remove redundant xreflabel entities.
	* doc/xml/gnu/gpl-3.0.xml: Same.
	* doc/xml/manual/mt_allocator.xml: Same.
	* doc/xml/manual/allocator.xml: Same.
	* doc/xml/manual/ctype.xml: Same.
	* doc/xml/manual/codecvt.xml: Same.
	* doc/xml/manual/backwards_compatibility.xml: Same.
	* doc/xml/manual/shared_ptr.xml: Same.
	* doc/xml/manual/abi.xml: Same.
	* doc/xml/manual/auto_ptr.xml: Same.
	* doc/xml/manual/internals.xml: Same.
	* doc/xml/manual/parallel_mode.xml: Same.
	* doc/xml/manual/bitmap_allocator.xml: Same.
	* doc/xml/manual/build_hacking.xml: Same.
	* doc/xml/manual/evolution.xml: Same.
	* doc/xml/manual/debug.xml: Same.
	* doc/xml/manual/localization.xml: Same.
	* doc/xml/manual/appendix_contributing.xml: Same.
	* doc/xml/manual/locale.xml: Same.
	* doc/xml/manual/messages.xml: Same.
	* doc/xml/manual/spine.xml: Same.
	* doc/xml/manual/test.xml: Same.
	* doc/xml/book.txml: Same.
	* doc/xml/spine.xml: Same.

	* doc/html: Regenerate.

Index: doc/xml/faq.xml
===================================================================
--- doc/xml/faq.xml	(revision 149825)
+++ doc/xml/faq.xml	(working copy)
@@ -15,7 +15,7 @@
       2008
     </year>
     <holder>
-      <ulink url="http://fsf.org";>FSF</ulink>
+      <ulink url="http://www.fsf.org";>FSF</ulink>
     </holder>
   </copyright>
 </articleinfo>
Index: doc/xml/gnu/gpl-3.0.xml
===================================================================
--- doc/xml/gnu/gpl-3.0.xml	(revision 149825)
+++ doc/xml/gnu/gpl-3.0.xml	(working copy)
@@ -11,7 +11,7 @@
   </para>
   <para>
     Copyright &copy; 2007 Free Software Foundation, Inc.
-    <ulink url="http://fsf.org/";>http://fsf.org/</ulink>
+    <ulink url="http://www.fsf.org/";>http://www.fsf.org/</ulink>
   </para>
   <para>
     Everyone is permitted to copy and distribute verbatim copies of this license
Index: doc/xml/manual/mt_allocator.xml
===================================================================
--- doc/xml/manual/mt_allocator.xml	(revision 149825)
+++ doc/xml/manual/mt_allocator.xml	(working copy)
@@ -17,7 +17,7 @@
 <para>
 </para>
 
-<sect2 id="allocator.mt.intro" xreflabel="allocator.mt.intro">
+<sect2 id="allocator.mt.intro">
 <title>Intro</title>
 
 <para> 
@@ -43,10 +43,10 @@
 </sect2>
 
 
-<sect2 id="allocator.mt.design_issues" xreflabel="allocator.mt.design_issues">
+<sect2 id="allocator.mt.design_issues">
 <title>Design Issues</title>
 
-<sect3 id="allocator.mt.overview" xreflabel="allocator.mt.overview">
+<sect3 id="allocator.mt.overview">
 <title>Overview</title>
 
 
@@ -107,11 +107,11 @@
 </sect3>
 </sect2>
 
-<sect2 id="allocator.mt.impl" xreflabel="allocator.mt.impl">
+<sect2 id="allocator.mt.impl">
 <title>Implementation</title>
 
 
-<sect3 id="allocator.mt.tune" xreflabel="allocator.mt.tune">
+<sect3 id="allocator.mt.tune">
 <title>Tunable Parameters</title>
 
 <para>Certain allocation parameters can be modified, or tuned. There
@@ -168,7 +168,7 @@
 
 </sect3>
 
-<sect3 id="allocator.mt.init" xreflabel="allocator.mt.init">
+<sect3 id="allocator.mt.init">
 <title>Initialization</title>
 
 <para>
@@ -278,7 +278,7 @@
 
 </sect3>
 
-<sect3 id="allocator.mt.deallocation" xreflabel="allocator.mt.deallocation">
+<sect3 id="allocator.mt.deallocation">
 <title>Deallocation Notes</title>
 
 <para> Notes about deallocation. This allocator does not explicitly
@@ -316,7 +316,7 @@
 
 </sect2>
 
-<sect2 id="allocator.mt.example_single" xreflabel="allocator.mt.example_single">
+<sect2 id="allocator.mt.example_single">
 <title>Single Thread Example</title>
 
 <para>
@@ -410,7 +410,7 @@
 
 </sect2>
 
-<sect2 id="allocator.mt.example_multi" xreflabel="allocator.mt.example_multi">
+<sect2 id="allocator.mt.example_multi">
 <title>Multiple Thread Example</title>
 
 <para>
@@ -551,4 +551,4 @@
 
 </sect2>
 
-</sect1>
\ No newline at end of file
+</sect1>
Index: doc/xml/manual/allocator.xml
===================================================================
--- doc/xml/manual/allocator.xml	(revision 149825)
+++ doc/xml/manual/allocator.xml	(working copy)
@@ -24,7 +24,7 @@
  management classes.
 </para>
 
-<sect2 id="allocator.req" xreflabel="allocator.req">
+<sect2 id="allocator.req">
 <title>Requirements</title>
 
   <para>
@@ -87,7 +87,7 @@
 
 </sect2>
 
-<sect2 id="allocator.design_issues" xreflabel="allocator.design_issues">
+<sect2 id="allocator.design_issues">
 <title>Design Issues</title>
 
   <para>
@@ -138,7 +138,7 @@
 
 </sect2>
 
-<sect2 id="allocator.impl" xreflabel="allocator.impl">
+<sect2 id="allocator.impl">
 <title>Implementation</title>
 
   <sect3>
@@ -285,7 +285,7 @@
 
 </sect2>
 
-<sect2 id="allocator.using" xreflabel="allocator.using">
+<sect2 id="allocator.using">
 <title>Using a Specific Allocator</title>
 
    <para>
@@ -305,7 +305,7 @@
       </programlisting>
 </sect2>
 
-<sect2 id="allocator.custom" xreflabel="allocator.custom">
+<sect2 id="allocator.custom">
 <title>Custom Allocators</title>
 
   <para> 
@@ -323,7 +323,7 @@
 
 </sect2>
 
-<sect2 id="allocator.ext" xreflabel="allocator.ext">
+<sect2 id="allocator.ext">
 <title>Extension Allocators</title>
 
   <para> 
@@ -492,7 +492,7 @@
 </sect2>
 
 
-<bibliography id="allocator.biblio" xreflabel="allocator.biblio">
+<bibliography id="allocator.biblio">
 <title>Bibliography</title>
 
   <biblioentry>
Index: doc/xml/manual/ctype.xml
===================================================================
--- doc/xml/manual/ctype.xml	(revision 149825)
+++ doc/xml/manual/ctype.xml	(working copy)
@@ -14,7 +14,7 @@
 
 <title>ctype</title>
 
-<sect2 id="facet.ctype.impl" xreflabel="facet.ctype.impl">
+<sect2 id="facet.ctype.impl">
 <title>Implementation</title>
 
   <sect3>
@@ -60,7 +60,7 @@
   </sect3>
 </sect2>
 
-<sect2 id="facet.ctype.future" xreflabel="facet.ctype.future">
+<sect2 id="facet.ctype.future">
 <title>Future</title>
 
 
@@ -117,7 +117,7 @@
 </sect2>
 
 
-<bibliography id="facet.ctype.biblio" xreflabel="facet.ctype.biblio">
+<bibliography id="facet.ctype.biblio">
 <title>Bibliography</title>
 
   <biblioentry>
Index: doc/xml/manual/codecvt.xml
===================================================================
--- doc/xml/manual/codecvt.xml	(revision 149825)
+++ doc/xml/manual/codecvt.xml	(working copy)
@@ -30,7 +30,7 @@
 implementation-provided extended functionality are given.
 </para>
 
-<sect2 id="facet.codecvt.req" xreflabel="facet.codecvt.req">
+<sect2 id="facet.codecvt.req">
 <title>Requirements</title>
 
 <para>
@@ -110,10 +110,10 @@
 mcsrtombs and wcsrtombs in particular.</para>
 </sect2>
 
-<sect2 id="facet.codecvt.design" xreflabel="facet.codecvt.design">
+<sect2 id="facet.codecvt.design">
 <title>Design</title>
 
-<sect3 id="codecvt.design.wchar_t_size" xreflabel="codecvt.design.wchar_t_size">
+<sect3 id="codecvt.design.wchar_t_size">
     <title><type>wchar_t</type> Size</title>
 
     <para>
@@ -133,7 +133,7 @@
     </para>
   </sect3>
 
-<sect3 id="codecvt.design.unicode" xreflabel="codecvt.design.unicode">
+<sect3 id="codecvt.design.unicode">
   <title>Support for Unicode</title>
   <para>
     Probably the most frequently asked question about code conversion
@@ -238,7 +238,7 @@
 </itemizedlist>
 </sect3>
 
-<sect3 id="codecvt.design.issues" xreflabel="codecvt.design.issues">
+<sect3 id="codecvt.design.issues">
   <title>Other Issues</title>
 <para>
 In addition, multi-threaded and multi-locale environments also impact
@@ -288,7 +288,7 @@
 
 </sect2>
 
-<sect2 id="facet.codecvt.impl" xreflabel="facet.codecvt.impl">
+<sect2 id="facet.codecvt.impl">
 <title>Implementation</title>
 
 <para>
@@ -434,7 +434,7 @@
 
 </sect2>
 
-<sect2 id="facet.codecvt.use" xreflabel="facet.codecvt.use">
+<sect2 id="facet.codecvt.use">
 <title>Use</title>
 <para>A conversions involving string literal.</para>
 
@@ -479,7 +479,7 @@
 
 </sect2>
 
-<sect2 id="facet.codecvt.future" xreflabel="facet.codecvt.future">
+<sect2 id="facet.codecvt.future">
 <title>Future</title>
 <itemizedlist>
 <listitem>
@@ -535,7 +535,7 @@
 </sect2>
 
 
-<bibliography id="facet.codecvt.biblio" xreflabel="facet.codecvt.biblio">
+<bibliography id="facet.codecvt.biblio">
 <title>Bibliography</title>
 
   <biblioentry>
Index: doc/xml/manual/backwards_compatibility.xml
===================================================================
--- doc/xml/manual/backwards_compatibility.xml	(revision 149825)
+++ doc/xml/manual/backwards_compatibility.xml	(working copy)
@@ -14,7 +14,7 @@
 
 <title>Backwards Compatibility</title>
 
-<sect2 id="backwards.first" xreflabel="backwards.first">
+<sect2 id="backwards.first">
 <title>First</title>
 
 <para>The first generation GNU C++ library was called libg++.  It was a
@@ -72,7 +72,7 @@
 </sect3>
 </sect2>
 
-<sect2 id="backwards.second" xreflabel="backwards.second">
+<sect2 id="backwards.second">
 <title>Second</title>
 
 <para> 
@@ -588,7 +588,7 @@
 
 </sect2>
 
-<sect2 id="backwards.third" xreflabel="backwards.third">
+<sect2 id="backwards.third">
 <title>Third</title>
 
 <para> The third generation GNU C++ library is called libstdc++, or
@@ -1250,7 +1250,7 @@
 
 </sect2>
 
-<bibliography id="backwards.biblio" xreflabel="backwards.biblio">
+<bibliography id="backwards.biblio">
 <title>Bibliography</title>
 
   <biblioentry>
Index: doc/xml/manual/shared_ptr.xml
===================================================================
--- doc/xml/manual/shared_ptr.xml	(revision 149825)
+++ doc/xml/manual/shared_ptr.xml	(working copy)
@@ -19,7 +19,7 @@
 and implements shared ownership semantics.
 </para>
 
-<sect2 id="shared_ptr.req" xreflabel="shared_ptr.req">
+<sect2 id="shared_ptr.req">
 <title>Requirements</title>
 
   <para>
@@ -43,7 +43,7 @@
   </para>
 </sect2>
 
-<sect2 id="shared_ptr.design_issues" xreflabel="shared_ptr.design_issues">
+<sect2 id="shared_ptr.design_issues">
 <title>Design Issues</title>
 
 
@@ -67,7 +67,7 @@
 
 </sect2>
 
-<sect2 id="shared_ptr.impl" xreflabel="shared_ptr.impl">
+<sect2 id="shared_ptr.impl">
 <title>Implementation</title>
 
   <sect3>
@@ -414,7 +414,7 @@
      </listitem>
 -->
 
-<sect2 id="shared_ptr.using" xreflabel="shared_ptr.using">
+<sect2 id="shared_ptr.using">
 <title>Use</title>
 
   <sect3>
@@ -485,7 +485,7 @@
 
 </sect2>
 
-<sect2 id="shared_ptr.ack" xreflabel="shared_ptr.ack">
+<sect2 id="shared_ptr.ack">
 <title>Acknowledgments</title>
 
   <para> 
@@ -497,7 +497,7 @@
 
 </sect2>
 
-<bibliography id="shared_ptr.biblio" xreflabel="shared_ptr.biblio">
+<bibliography id="shared_ptr.biblio">
 <title>Bibliography</title>
 
   <biblioentry>
@@ -577,4 +577,4 @@
 
 </bibliography>
 
-</sect1>
\ No newline at end of file
+</sect1>
Index: doc/xml/manual/abi.xml
===================================================================
--- doc/xml/manual/abi.xml	(revision 149825)
+++ doc/xml/manual/abi.xml	(working copy)
@@ -26,7 +26,7 @@
 <para>
 </para>
 
-<sect2 id="abi.cxx_interface" xreflabel="abi.cxx_interface">
+<sect2 id="abi.cxx_interface">
 <title>The C++ Interface</title>
 
 <para>
@@ -104,7 +104,7 @@
 
 </sect2>
 
-<sect2 id="abi.versioning" xreflabel="abi.versioning">
+<sect2 id="abi.versioning">
 <title>Versioning</title>
 
 <para> The C++ interface has evolved throughout the history of the GNU
@@ -112,7 +112,7 @@
 as to give distinct versions to the C++ interface.
 </para>
   
-  <sect3 id="abi.versioning.goals" xreflabel="abi.versioning.goals">
+  <sect3 id="abi.versioning.goals">
     <title>Goals</title>
 
 <para>Extending existing, stable ABIs. Versioning gives subsequent
@@ -135,7 +135,7 @@
 </para>
   </sect3>
 
-  <sect3 id="abi.versioning.history" xreflabel="abi.versioning.history">
+  <sect3 id="abi.versioning.history">
     <title>History</title>
 
 <para>
@@ -548,7 +548,7 @@
 
   </sect3>
 
-  <sect3 id="abi.versioning.prereq" xreflabel="abi.versioning.prereq">
+  <sect3 id="abi.versioning.prereq">
     <title>Prerequisites</title>
     <para>
       Minimum environment that supports a versioned ABI: A supported
@@ -571,7 +571,7 @@
     </para>
   </sect3>
 
-  <sect3 id="abi.versioning.config" xreflabel="abi.versioning.config">
+  <sect3 id="abi.versioning.config">
     <title>Configuring</title>
 
     <para>
@@ -601,7 +601,7 @@
     </para>
   </sect3>
 
-  <sect3 id="abi.versioning.active" xreflabel="abi.versioning.active">
+  <sect3 id="abi.versioning.active">
     <title>Checking Active</title>
 
     <para>
@@ -657,7 +657,7 @@
   </sect3>
 </sect2>
 
-<sect2 id="abi.changes_allowed" xreflabel="abi.changes_allowed">
+<sect2 id="abi.changes_allowed">
 <title>Allowed Changes</title>
 
 <para>
@@ -675,7 +675,7 @@
 
 </sect2>
 
-<sect2 id="abi.changes_no" xreflabel="abi.changes_no">
+<sect2 id="abi.changes_no">
 <title>Prohibited Changes</title>
 
 <para>
@@ -715,7 +715,7 @@
 
 
 
-<sect2 id="abi.impl" xreflabel="abi.impl">
+<sect2 id="abi.impl">
 <title>Implementation</title>
 
 <orderedlist>
@@ -832,10 +832,10 @@
 
 </sect2>
 
-<sect2 id="abi.testing" xreflabel="abi.testing">
+<sect2 id="abi.testing">
 <title>Testing</title>
 
-  <sect3 id="abi.testing.single" xreflabel="abi.testing.single">
+  <sect3 id="abi.testing.single">
     <title>Single ABI Testing</title>
 
     <para>
@@ -934,7 +934,7 @@
 </para>
 
   </sect3>
-  <sect3 id="abi.testing.multi" xreflabel="abi.testing.multi">
+  <sect3 id="abi.testing.multi">
     <title>Multiple ABI Testing</title>
 <para>
 A "C" application, dynamically linked to two shared libraries, liba,
@@ -1023,7 +1023,7 @@
   </sect3>
 </sect2>
 
-<sect2 id="abi.issues" xreflabel="abi.issues">
+<sect2 id="abi.issues">
 <title>Outstanding Issues</title>
 
 <para> 
@@ -1049,7 +1049,7 @@
 
 </sect2>
 
-<bibliography id="abi.biblio" xreflabel="abi.biblio">
+<bibliography id="abi.biblio">
 <title>Bibliography</title>
 
   <biblioentry>
Index: doc/xml/manual/auto_ptr.xml
===================================================================
--- doc/xml/manual/auto_ptr.xml	(revision 149825)
+++ doc/xml/manual/auto_ptr.xml	(working copy)
@@ -14,7 +14,7 @@
 
 <title>auto_ptr</title>
 
-<sect2 id="auto_ptr.limitations" xreflabel="auto_ptr.limitations">
+<sect2 id="auto_ptr.limitations">
 <title>Limitations</title>
 
    <para>Explaining all of the fun and delicious things that can
@@ -81,7 +81,7 @@
    </para>
 </sect2>
  
-<sect2 id="auto_ptr.using" xreflabel="auto_ptr.using">
+<sect2 id="auto_ptr.using">
 <title>Use in Containers</title>
 
   <para>
@@ -130,4 +130,4 @@
    </para>
 </sect2>
 
-</sect1>
\ No newline at end of file
+</sect1>
Index: doc/xml/manual/internals.xml
===================================================================
--- doc/xml/manual/internals.xml	(revision 149825)
+++ doc/xml/manual/internals.xml	(working copy)
@@ -1,4 +1,4 @@
-<sect1 id="appendix.porting.internals" xreflabel="internals">
+<sect1 id="appendix.porting.internals" xreflabel="Portin Internals">
 <?dbhtml filename="internals.html"?>
  
 <sect1info>
@@ -45,7 +45,7 @@
    </para>
 
 
-<sect2 id="internals.os" xreflabel="internals.os">
+<sect2 id="internals.os">
 <title>Operating System</title>
 
 <para>If you are porting to a new operating system (as opposed to a new chip
@@ -154,7 +154,7 @@
 </sect2>
 
 
-<sect2 id="internals.cpu" xreflabel="internals.cpu">
+<sect2 id="internals.cpu">
 <title>CPU</title>
 
 <para>If you are porting to a new chip (as opposed to a new operating system
@@ -186,7 +186,7 @@
 </sect2>
 
 
-<sect2 id="internals.char_types" xreflabel="internals.char_types">
+<sect2 id="internals.char_types">
 <title>Character Types</title>
 
 <para>The library requires that you provide three header files to implement
@@ -402,7 +402,7 @@
 </sect2>
 
 
-<sect2 id="internals.thread_safety" xreflabel="internals.thread_safety">
+<sect2 id="internals.thread_safety">
 <title>Thread Safety</title>
 
 <para>The C++ library string functionality requires a couple of atomic
@@ -485,7 +485,7 @@
 </sect2>
 
 
-<sect2 id="internals.numeric_limits" xreflabel="internals.numeric_limits">
+<sect2 id="internals.numeric_limits">
 <title>Numeric Limits</title>
 
 <para>The C++ library requires information about the fundamental data types,
@@ -507,7 +507,7 @@
 </sect2>
 
 
-<sect2 id="internals.libtool" xreflabel="internals.libtool">
+<sect2 id="internals.libtool">
 <title>Libtool</title>
 
 <para>The C++ library is compiled, archived and linked with libtool. 
@@ -545,4 +545,4 @@
 
 </sect2>
 
-</sect1>
\ No newline at end of file
+</sect1>
Index: doc/xml/manual/parallel_mode.xml
===================================================================
--- doc/xml/manual/parallel_mode.xml	(revision 149825)
+++ doc/xml/manual/parallel_mode.xml	(working copy)
@@ -105,7 +105,7 @@
 <sect1 id="manual.ext.parallel_mode.using" xreflabel="Using">
   <title>Using</title>
 
-<sect2 id="parallel_mode.using.prereq_flags" xreflabel="using.prereq_flags">
+<sect2 id="parallel_mode.using.prereq_flags">
   <title>Prerequisite Compiler Flags</title>
 
 <para>
@@ -131,7 +131,7 @@
 
 </sect2>
 
-<sect2 id="parallel_mode.using.parallel_mode" xreflabel="using.parallel_mode">
+<sect2 id="parallel_mode.using.parallel_mode">
   <title>Using Parallel Mode</title>
 
 <para>
@@ -156,7 +156,7 @@
 </para>
 </sect2>
 
-<sect2 id="parallel_mode.using.specific" xreflabel="using.specific">
+<sect2 id="parallel_mode.using.specific">
   <title>Using Specific Parallel Components</title>
 
 <para>When it is not feasible to recompile your entire application, or
@@ -832,7 +832,7 @@
 </para>
 </sect1>
 
-<bibliography id="parallel_mode.biblio" xreflabel="parallel_mode.biblio">
+<bibliography id="parallel_mode.biblio">
 <title>Bibliography</title>
 
   <biblioentry>
Index: doc/xml/manual/bitmap_allocator.xml
===================================================================
--- doc/xml/manual/bitmap_allocator.xml	(revision 149825)
+++ doc/xml/manual/bitmap_allocator.xml	(working copy)
@@ -1,4 +1,4 @@
-<sect1 id="manual.ext.allocator.bitmap" xreflabel="mt allocator">
+<sect1 id="manual.ext.allocator.bitmap" xreflabel="bitmap_allocator">
 <?dbhtml filename="bitmap_allocator.html"?>
  
 <sect1info>
@@ -17,7 +17,7 @@
 <para>
 </para>
 
-<sect2 id="allocator.bitmap.design" xreflabel="allocator.bitmap.design">
+<sect2 id="allocator.bitmap.design">
 <title>Design</title>
 
   <para>
@@ -55,7 +55,7 @@
 
 </sect2>
 
-<sect2 id="allocator.bitmap.impl" xreflabel="allocator.bitmap.impl">
+<sect2 id="allocator.bitmap.impl">
 <title>Implementation</title>
 
 <sect3 id="bitmap.impl.free_list_store" xreflabel="Free List Store">
Index: doc/xml/manual/build_hacking.xml
===================================================================
--- doc/xml/manual/build_hacking.xml	(revision 149825)
+++ doc/xml/manual/build_hacking.xml	(working copy)
@@ -1,4 +1,4 @@
-<sect1 id="appendix.porting.build_hacking" xreflabel="build_hacking">
+<sect1 id="appendix.porting.build_hacking" xreflabel="Build Hacking">
 <?dbhtml filename="build_hacking.html"?>
  
 <sect1info>
@@ -23,7 +23,7 @@
 
 <title>Configure and Build Hacking</title>
 
-<sect2 id="build_hacking.prereq" xreflabel="build_hacking.prereq">
+<sect2 id="build_hacking.prereq">
   <title>Prerequisites</title>
   <para> 
     As noted <ulink
@@ -40,7 +40,7 @@
   </para>
 </sect2>
 
-<sect2 id="build_hacking.map" xreflabel="build_hacking.map">
+<sect2 id="build_hacking.map">
   <title>Overview: What Comes from Where</title>
   
   <screen>
@@ -67,7 +67,7 @@
   </para>
 </sect2>
 
-<sect2 id="build_hacking.scripts" xreflabel="build_hacking.scripts">
+<sect2 id="build_hacking.scripts">
   <title>Storing Information in non-AC files (like configure.host)</title>
 
   <para>
@@ -99,7 +99,7 @@
 </para>
 </sect2>
 
-<sect2 id="build_hacking.conventions" xreflabel="build_hacking.conventions">
+<sect2 id="build_hacking.conventions">
   <title>Coding and Commenting Conventions</title>
 
   <para>
@@ -124,7 +124,7 @@
   </para>
 </sect2>
 
-<sect2 id="build_hacking.acinclude" xreflabel="build_hacking.acinclude">
+<sect2 id="build_hacking.acinclude">
   <title>The acinclude.m4 layout</title>
   <para>
     The nice thing about acinclude.m4/aclocal.m4 is that macros aren't
@@ -215,7 +215,7 @@
 
 </sect2>
 
-<sect2 id="build_hacking.enable" xreflabel="build_hacking.enable">
+<sect2 id="build_hacking.enable">
   <title><constant>GLIBCXX_ENABLE</constant>, the <literal>--enable</literal> maker</title>
 
   <para>
Index: doc/xml/manual/evolution.xml
===================================================================
--- doc/xml/manual/evolution.xml	(revision 149825)
+++ doc/xml/manual/evolution.xml	(working copy)
@@ -17,7 +17,7 @@
 A list of user-visible changes, in chronological order
 </para>
 
-<sect2 id="api.rel_300" xreflabel="api.rel_300">
+<sect2 id="api.rel_300">
 <title><constant>3.0</constant></title>
 
   <para>
@@ -41,7 +41,7 @@
 
 </sect2>
 
-<sect2 id="api.rel_310" xreflabel="api.rel_310">
+<sect2 id="api.rel_310">
 <title><constant>3.1</constant></title>
   <para>
   </para>
@@ -67,7 +67,7 @@
 
 </sect2>
 
-<sect2 id="api.rel_320" xreflabel="api.rel_320">
+<sect2 id="api.rel_320">
 <title><constant>3.2</constant></title>
   <para>
   </para>
@@ -91,13 +91,13 @@
 
 </sect2>
 
-<sect2 id="api.rel_330" xreflabel="api.rel_330">
+<sect2 id="api.rel_330">
 <title><constant>3.3</constant></title>
   <para>
   </para>
 </sect2>
 
-<sect2 id="api.rel_340" xreflabel="api.rel_340">
+<sect2 id="api.rel_340">
 <title><constant>3.4</constant></title>
   <para>
   </para>
@@ -279,7 +279,7 @@
 
 </sect2>
 
-<sect2 id="api.rel_400" xreflabel="api.rel_400">
+<sect2 id="api.rel_400">
 <title><constant>4.0</constant></title>
   <para>
   </para>
@@ -302,7 +302,7 @@
 
 </sect2>
 
-<sect2 id="api.rel_410" xreflabel="api.rel_410">
+<sect2 id="api.rel_410">
 <title><constant>4.1</constant></title>
   <para>
   </para>
@@ -326,7 +326,7 @@
 
 </sect2>
 
-<sect2 id="api.rel_420" xreflabel="api.rel_420">
+<sect2 id="api.rel_420">
 <title><constant>4.2</constant></title>
   <para>
   </para>
@@ -362,7 +362,7 @@
 
 </sect2>
 
-<sect2 id="api.rel_430" xreflabel="api.rel_430">
+<sect2 id="api.rel_430">
 <title><constant>4.3</constant></title>
   <para>
   </para>
Index: doc/xml/manual/debug.xml
===================================================================
--- doc/xml/manual/debug.xml	(revision 149825)
+++ doc/xml/manual/debug.xml	(working copy)
@@ -20,7 +20,7 @@
   are some of them.
 </para>
 
-<sect2 id="debug.compiler" xreflabel="debug.compiler">
+<sect2 id="debug.compiler">
 <title>Using <command>g++</command></title>
   <para> 
     Compiler flags determine how debug information is transmitted
@@ -59,7 +59,7 @@
 </para>
 </sect2>
 
-<sect2 id="debug.req" xreflabel="debug.req">
+<sect2 id="debug.req">
 <title>Debug Versions of Library Binary Files</title>
 
 <para>
@@ -96,7 +96,7 @@
   application to use the <link linkend="manual.ext.debug_mode">debug mode</link>.</para>
 </sect2>
  
-<sect2 id="debug.memory" xreflabel="debug.memory">
+<sect2 id="debug.memory">
 <title>Memory Leak Hunting</title>
 
 <para>
@@ -191,7 +191,7 @@
 
 </sect2>
 
-<sect2 id="debug.gdb" xreflabel="debug.gdb">
+<sect2 id="debug.gdb">
 <title>Using <command>gdb</command></title>
   <para> 
   </para>
@@ -219,7 +219,7 @@
 </programlisting>
 </sect2>
 
-<sect2 id="debug.exceptions" xreflabel="debug.exceptions">
+<sect2 id="debug.exceptions">
 <title>Tracking uncaught exceptions</title>
 <para>
   The <link linkend="support.termination.verbose">verbose
@@ -229,18 +229,18 @@
 </para>
 </sect2>
 
-<sect2 id="debug.debug_mode" xreflabel="debug.debug_mode">
+<sect2 id="debug.debug_mode">
 <title>Debug Mode</title>
   <para> The <link linkend="manual.ext.debug_mode">Debug Mode</link>
   has compile and run-time checks for many containers.
   </para>
 </sect2>
 
-<sect2 id="debug.compile_time_checks" xreflabel="debug.compile_time_checks">
+<sect2 id="debug.compile_time_checks">
 <title>Compile Time Checking</title>
   <para> The <link linkend="manual.ext.compile_checks">Compile-Time
   Checks</link> Extension has compile-time checks for many algorithms.
   </para>
 </sect2>
 
-</sect1>
\ No newline at end of file
+</sect1>
Index: doc/xml/manual/localization.xml
===================================================================
--- doc/xml/manual/localization.xml	(revision 149825)
+++ doc/xml/manual/localization.xml	(working copy)
@@ -34,7 +34,7 @@
 </chapter>
 
 <!-- Chapter 02 : Facet -->
-<chapter id="manual.localization.facet" xreflabel="facet">
+<chapter id="manual.localization.facet" xreflabel="Facets">
 <?dbhtml filename="facets.html"?>
   <title>Facets aka Categories</title>
 
Index: doc/xml/manual/appendix_contributing.xml
===================================================================
--- doc/xml/manual/appendix_contributing.xml	(revision 149831)
+++ doc/xml/manual/appendix_contributing.xml	(working copy)
@@ -35,7 +35,7 @@
 <sect1 id="contrib.list" xreflabel="Contributor Checklist">
   <title>Contributor Checklist</title>
 
-  <sect2 id="list.reading" xreflabel="list.reading">
+  <sect2 id="list.reading">
     <title>Reading</title>
 
     <itemizedlist>
@@ -101,7 +101,7 @@
     </itemizedlist>
 
   </sect2>
-  <sect2 id="list.copyright" xreflabel="list.copyright">
+  <sect2 id="list.copyright">
     <title>Assignment</title>
     <para>
       Small changes can be accepted without a copyright assignment form on
@@ -143,7 +143,7 @@
     </para>
   </sect2>
 
-  <sect2 id="list.getting" xreflabel="list.getting">
+  <sect2 id="list.getting">
     <title>Getting Sources</title>
     <para>
       <ulink url="http://gcc.gnu.org/svnwrite.html";>Getting write access
@@ -151,7 +151,7 @@
     </para>
   </sect2>
 
-  <sect2 id="list.patches" xreflabel="list.patches">
+  <sect2 id="list.patches">
     <title>Submitting Patches</title>
 
     <para>
@@ -318,7 +318,7 @@
   <title>Coding Style</title>
   <para>
   </para>
-  <sect2 id="coding_style.bad_identifiers" xreflabel="coding_style.bad">
+  <sect2 id="coding_style.bad_identifiers">
     <title>Bad Identifiers</title>
     <para>
       Identifiers that conflict and should be avoided.
@@ -513,7 +513,7 @@
     </literallayout>
   </sect2>
 
-  <sect2 id="coding_style.example" xreflabel="coding_style.example">
+  <sect2 id="coding_style.example">
     <title>By Example</title>
     <literallayout>
       This library is written to appropriate C++ coding standards. As such,
@@ -915,9 +915,9 @@
 <sect1 id="contrib.doc_style" xreflabel="Documentation Style">
   <?dbhtml filename="documentation_style.html"?>
   <title>Documentation Style</title>
-  <sect2 id="doc_style.doxygen" xreflabel="doc_style.doxygen">
+  <sect2 id="doc_style.doxygen">
     <title>Doxygen</title>
-    <sect3 id="doxygen.prereq" xreflabel="doxygen.prereq">
+    <sect3 id="doxygen.prereq">
       <title>Prerequisites</title>
       <para>
 	Prerequisite tools are Bash 2.x,
@@ -936,7 +936,7 @@
       </para>
     </sect3>
 
-    <sect3 id="doxygen.rules" xreflabel="doxygen.rules">
+    <sect3 id="doxygen.rules">
       <title>Generating the Doxygen Files</title>
       <para>
 	The following Makefile rules run Doxygen to generate HTML
@@ -972,7 +972,7 @@
 
     </sect3>
 
-    <sect3 id="doxygen.markup" xreflabel="doxygen.markup">
+    <sect3 id="doxygen.markup">
       <title>Markup</title>
 
       <para>
@@ -1055,10 +1055,10 @@
 
   </sect2>
 
-  <sect2 id="doc_style.docbook" xreflabel="doc_style.docbook">
+  <sect2 id="doc_style.docbook">
     <title>Docbook</title>
 
-    <sect3 id="docbook.prereq" xreflabel="docbook.prereq">
+    <sect3 id="docbook.prereq">
       <title>Prerequisites</title>
       <para>
 	Editing the DocBook sources requires an XML editor. Many
@@ -1129,7 +1129,7 @@
 	</screen>
     </sect3>
 
-    <sect3 id="docbook.rules" xreflabel="docbook.rules">
+    <sect3 id="docbook.rules">
       <title>Generating the DocBook Files</title>
 
       <para>
@@ -1157,7 +1157,7 @@
 
     </sect3>
 
-    <sect3 id="docbook.examples" xreflabel="docbook.examples">
+    <sect3 id="docbook.examples">
       <title>File Organization and Basics</title>
 
     <literallayout>
@@ -1223,7 +1223,7 @@
     </literallayout>
     </sect3>
 
-    <sect3 id="docbook.markup" xreflabel="docbook.markup">
+    <sect3 id="docbook.markup">
       <title>Markup By Example</title>
 
 <para>
Index: doc/xml/manual/locale.xml
===================================================================
--- doc/xml/manual/locale.xml	(revision 149825)
+++ doc/xml/manual/locale.xml	(working copy)
@@ -1,4 +1,4 @@
-<sect1 id="manual.localization.locales.locale" xreflabel="locale">
+<sect1 id="manual.localization.locales.locale" xreflabel="Locale">
  
 <sect1info>
   <keywordset>
@@ -19,7 +19,7 @@
 class _Impl.
 </para>
 
-<sect2 id="locales.locale.req" xreflabel="locales.locale.req">
+<sect2 id="locales.locale.req">
 <title>Requirements</title>
 
 <para>
@@ -89,7 +89,7 @@
 </para>
 </sect2>
 
-<sect2 id="locales.locale.design" xreflabel="locales.locale.design">
+<sect2 id="locales.locale.design">
 <title>Design</title>
 
 <para>
@@ -105,10 +105,10 @@
 
 </sect2>
 
-<sect2 id="locales.locale.impl" xreflabel="locales.locale.impl">
+<sect2 id="locales.locale.impl">
 <title>Implementation</title>
 
-  <sect3 id="locale.impl.c" xreflabel="locale.impl.c">
+  <sect3 id="locale.impl.c">
     <title>Interacting with &quot;C&quot; locales</title>
 
 <itemizedlist>
@@ -470,7 +470,7 @@
   </sect3>
 </sect2>
 
-<sect2 id="locales.locale.future" xreflabel="locales.locale.future">
+<sect2 id="locales.locale.future">
 <title>Future</title>
 
 <itemizedlist>
@@ -510,7 +510,7 @@
 </itemizedlist>
 </sect2>
 
-<bibliography id="locales.locale.biblio" xreflabel="locales.locale.biblio">
+<bibliography id="locales.locale.biblio">
 <title>Bibliography</title>
 
   <biblioentry>
Index: doc/xml/manual/messages.xml
===================================================================
--- doc/xml/manual/messages.xml	(revision 149825)
+++ doc/xml/manual/messages.xml	(working copy)
@@ -1,4 +1,4 @@
-<sect1 id="manual.localization.facet.messages" xreflabel="messages">
+<sect1 id="manual.localization.facet.messages" xreflabel="Messages">
 <?dbhtml filename="messages.html"?>
  
 <sect1info>
@@ -20,7 +20,7 @@
 or IEEE 1003.1-200 functions.
 </para>
 
-<sect2 id="facet.messages.req" xreflabel="facet.messages.req">
+<sect2 id="facet.messages.req">
 <title>Requirements</title>
 
 <para>
@@ -108,7 +108,7 @@
 
 </sect2>
 
-<sect2 id="facet.messages.design" xreflabel="facet.messages.design">
+<sect2 id="facet.messages.design">
 <title>Design</title>
 
 <para>
@@ -157,10 +157,10 @@
 
 </sect2>
 
-<sect2 id="facet.messages.impl" xreflabel="facet.messages.impl">
+<sect2 id="facet.messages.impl">
 <title>Implementation</title>
 
-  <sect3 id="messages.impl.models" xreflabel="messages.impl.models">
+  <sect3 id="messages.impl.models">
   <title>Models</title>
   <para>
     This is a relatively simple class, on the face of it. The standard
@@ -228,7 +228,7 @@
 
   </sect3>
 
-  <sect3 id="messages.impl.gnu" xreflabel="messages.impl.gnu">
+  <sect3 id="messages.impl.gnu">
   <title>The GNU Model</title>
 
   <para>
@@ -321,7 +321,7 @@
   </sect3>
 </sect2>
 
-<sect2 id="facet.messages.use" xreflabel="facet.messages.use">
+<sect2 id="facet.messages.use">
 <title>Use</title>
  <para>
    A simple example using the GNU model of message conversion.
@@ -351,7 +351,7 @@
 
 </sect2>
 
-<sect2 id="facet.messages.future" xreflabel="facet.messages.future">
+<sect2 id="facet.messages.future">
 <title>Future</title>
 
 <itemizedlist>
@@ -438,7 +438,7 @@
 
 </sect2>
 
-<bibliography id="facet.messages.biblio" xreflabel="facet.messages.biblio">
+<bibliography id="facet.messages.biblio">
 <title>Bibliography</title>
 
   <biblioentry>
Index: doc/xml/manual/spine.xml
===================================================================
--- doc/xml/manual/spine.xml	(revision 149831)
+++ doc/xml/manual/spine.xml	(working copy)
@@ -3,7 +3,7 @@
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; 
 [ ]>
 
-<book id="manual-index" xreflabel="manual-index">
+<book id="manual-index">
 <?dbhtml dir="manual"?>
 <?dbhtml filename="spine.html"?>
 <title>The GNU C++ Library</title>
Index: doc/xml/manual/test.xml
===================================================================
--- doc/xml/manual/test.xml	(revision 149825)
+++ doc/xml/manual/test.xml	(working copy)
@@ -34,7 +34,7 @@
 regressions, ABI, and performance.
 </para>
 
-<sect2 id="test.organization" xreflabel="test.organization">
+<sect2 id="test.organization" xreflabel="Test Organization">
 <title>Organization</title>
 
 <sect3 id="test.organization.layout" xreflabel="Directory Layout">
@@ -227,10 +227,10 @@
 </sect2>
 
 
-<sect2 id="test.run" xreflabel="test.run">
+<sect2 id="test.run" xreflabel="Running the Testsuite">
 <title>Running the Testsuite</title>
 
-  <sect3 id="test.run.basic" xreflabel="test.run.basic">
+  <sect3 id="test.run.basic">
     <title>Basic</title>
    
     <para>
@@ -267,7 +267,7 @@
      </para>
   </sect3>
   
-  <sect3 id="test.run.variations" xreflabel="test.run.variations">
+  <sect3 id="test.run.variations">
     <title>Variations</title>
     <para>
       There are several options for running tests, including testing
@@ -470,7 +470,7 @@
    </para>
   </sect3>
 
-  <sect3 id="test.run.permutations" xreflabel="test.run.permutations">
+  <sect3 id="test.run.permutations">
     <title>Permutations</title>
     <para>
       To run the libstdc++ test suite under the <link
@@ -501,7 +501,7 @@
   </sect3>
 </sect2>
 
-<sect2 id="test.new_tests" xreflabel="test.new_tests">
+<sect2 id="test.new_tests">
 <title>Writing a new test case</title>
 
    <para>
@@ -636,7 +636,7 @@
 <sect2 id="test.harness" xreflabel="Test Harness and Utilities">
 <title>Test Harness and Utilities</title>
 
-<sect3 id="test.harness.dejagnu" xreflabel="test.harness.dejagnu">
+<sect3 id="test.harness.dejagnu">
 <title>Dejagnu Harness Details</title>
   <para> 
     Underlying details of testing for conformance and regressions are
@@ -682,7 +682,7 @@
 
 </sect3>
 
-<sect3 id="test.harness.utils" xreflabel="test.utils">
+<sect3 id="test.harness.utils">
 <title>Utilities</title>
   <para> 
   </para>
Index: doc/xml/book.txml
===================================================================
--- doc/xml/book.txml	(revision 149825)
+++ doc/xml/book.txml	(working copy)
@@ -10,7 +10,7 @@
   <copyright>
     <year>2007</year>
     <holder>
-      <ulink url="fsf.org">FSF
+      <ulink url="www.fsf.org">FSF
       </ulink>
     </holder>
   </copyright>
Index: doc/xml/spine.xml
===================================================================
--- doc/xml/spine.xml	(revision 149825)
+++ doc/xml/spine.xml	(working copy)
@@ -22,7 +22,7 @@
     <year>2008</year>
     <year>2009</year>
     <holder>
-      <ulink url="http://fsf.org";>FSF</ulink>
+      <ulink url="http://www.fsf.org";>FSF</ulink>
     </holder>
   </copyright>
   &authors;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]