aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/xml
diff options
context:
space:
mode:
authorPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2017-11-21 18:45:04 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2017-11-21 18:45:04 +0000
commitb99415b7601c40eb98291a198b28793c64b05688 (patch)
tree14cd63a04629e46aa659b8af1705ccaac3f4c5ea /libstdc++-v3/doc/xml
parent4bd9c84c523256b64f8e8a24b1b1284dfc301ef2 (diff)
downloadgcc-b99415b7601c40eb98291a198b28793c64b05688.zip
gcc-b99415b7601c40eb98291a198b28793c64b05688.tar.gz
gcc-b99415b7601c40eb98291a198b28793c64b05688.tar.bz2
Fix invalid XML in libstdc++ manual
2017-11-21 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> * doc/xml/manual/using.xml (manual.intro.using.macros): Move variablelist element at the end of its list. From-SVN: r255023
Diffstat (limited to 'libstdc++-v3/doc/xml')
-rw-r--r--libstdc++-v3/doc/xml/manual/using.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml
index 6ce29fd..fdbaa57 100644
--- a/libstdc++-v3/doc/xml/manual/using.xml
+++ b/libstdc++-v3/doc/xml/manual/using.xml
@@ -989,7 +989,6 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe
enables support for ISO/IEC 29124 Special Math Functions.
</para>
</listitem></varlistentry>
- </variablelist>
<varlistentry><term><code>_GLIBCXX_SANITIZE_VECTOR</code></term>
<listitem>
@@ -1008,6 +1007,7 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe
destroy or modify vectors.
</para>
</listitem></varlistentry>
+ </variablelist>
</section>