diff mbox series

[committed] libstdc++: Fix misnamed configure option in manual

Message ID 20200924163524.GA955919@redhat.com
State New
Headers show
Series [committed] libstdc++: Fix misnamed configure option in manual | expand

Commit Message

Jonathan Wakely Sept. 24, 2020, 4:35 p.m. UTC
libstdc++-v3/ChangeLog:

	* doc/xml/manual/configure.xml: Correct name of option.
	* doc/html/*: Regenerate.

Committed to trunk.
commit 61f7995398a719f2ff91d07e8f8ed6d4413db697
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Sep 24 17:33:16 2020

    libstdc++: Fix misnamed configure option in manual
    
    libstdc++-v3/ChangeLog:
    
            * doc/xml/manual/configure.xml: Correct name of option.
            * doc/html/*: Regenerate.
diff mbox series

Patch

diff --git a/libstdc++-v3/doc/xml/manual/configure.xml b/libstdc++-v3/doc/xml/manual/configure.xml
index 58587e858a4..74d6db71ab4 100644
--- a/libstdc++-v3/doc/xml/manual/configure.xml
+++ b/libstdc++-v3/doc/xml/manual/configure.xml
@@ -204,7 +204,8 @@ 
 
  <varlistentry><term><code>--enable-libstdcxx-debug-flags=FLAGS</code></term>
 
- <listitem><para>This option is only valid when <code> --enable-debug </code>
+ <listitem><para>This option is only valid when
+	<code>--enable-libstdcxx-debug</code>
 	is also specified, and applies to the debug builds only. With
 	this option, you can pass a specific string of flags to the
 	compiler to use when building the debug versions of libstdc++.