public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [v3] tweak docs
@ 2012-04-11 22:21 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2012-04-11 22:21 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

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

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1696 bytes --]

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 --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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-11 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 22:21 [v3] tweak docs Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).