diff mbox

[v3] tweak docs

Message ID CAH6eHdR701KWzBzK=yOGyAhEZpawPoqdDoLhQ5_SMM0PhWudGw@mail.gmail.com
State New
Headers show

Commit Message

Jonathan Wakely April 11, 2012, 10:21 p.m. UTC
I think this makes the text read a bit better.

        * doc/xml/manual/debug.xml (Debug Versions of Library Binary Files):
        Re-arrange text slightly.

Committed to trunk
commit 74b28e0fa40289525b44c79920cbd64a36a0cb52
Author: Jonathan Wakely <jwakely.gcc@gmail.com>
Date:   Wed Apr 11 23:13:49 2012 +0100

    	* doc/xml/manual/debug.xml (Debug Versions of Library Binary Files):
    	Re-arrange text slightly.
diff mbox

Patch

diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml
index 7ee2abf..0a24c96 100644
--- a/libstdc++-v3/doc/xml/manual/debug.xml
+++ b/libstdc++-v3/doc/xml/manual/debug.xml
@@ -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
@@ -75,11 +76,11 @@ 
      --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>