debug.xml (Debug Versions of Library Binary Files): Re-arrange text slightly.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Wed, 11 Apr 2012 22:20:59 +0000 (22:20 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 11 Apr 2012 22:20:59 +0000 (23:20 +0100)
* doc/xml/manual/debug.xml (Debug Versions of Library Binary Files):
Re-arrange text slightly.

From-SVN: r186362

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/debug.xml

index 48366e23a3efb48599afb868092c25d85448a6d2..0b83bf67b87a220ec49e0f5549f7be9f2c18f46f 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * doc/xml/manual/debug.xml (Debug Versions of Library Binary Files):
+       Re-arrange text slightly.
+
 2012-04-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * testsuite/performance/30_threads/future/polling.cc: Adjust.
index 7ee2abf6988048e3260bc19526f49a6047e048d3..0a24c960211b6583be6b09f79a4de6bd5edec265 100644 (file)
@@ -64,8 +64,9 @@
 
 <para>
   If you would like debug symbols in libstdc++, there are two ways to
-  build libstdc++ with debug flags. The first is to run make from the
-  toplevel in a freshly-configured tree with
+  build libstdc++ with debug flags. The first is to create a separate
+  debug build by running make from the top-level of a tree
+  freshly-configured with
 </para>
 <programlisting>
      --enable-libstdcxx-debug
      --enable-libstdcxx-debug-flags='...'
 </programlisting>
 <para>
-  to create a separate debug build. Both the normal build and the
-  debug build will persist, without having to specify
-  <code>CXXFLAGS</code>, and the debug library will be installed in a
-  separate directory tree, in <code>(prefix)/lib/debug</code>. For
-  more information, look at the <link linkend="manual.intro.setup.configure">configuration</link> section.
+  Both the normal build and the debug build will persist, without
+  having to specify <code>CXXFLAGS</code>, and the debug library will
+  be installed in a separate directory tree, in <code>(prefix)/lib/debug</code>.
+  For more information, look at the
+  <link linkend="manual.intro.setup.configure">configuration</link> section.
 </para>
 
 <para>