summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/doc/xml/faq.xml
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-01 20:03:19 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-01 20:03:19 +0000
commit15238db85a4b38dbef4b5d52190421bcbe6cd274 (patch)
tree1589c2245148fca5a93aa5ae4fe5047adfa245cc /libstdc++-v3/doc/xml/faq.xml
parent3327418041ec57f6db06ba8ec7ea88616c2d7728 (diff)
downloadppe42-gcc-15238db85a4b38dbef4b5d52190421bcbe6cd274.tar.gz
ppe42-gcc-15238db85a4b38dbef4b5d52190421bcbe6cd274.zip
2010-05-01 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/faq.xml: Fix anachronisms. * doc/xml/manual/intro.xml (Make): Tweak grammar and whitespace. * doc/xml/manual/support.xml (NULL): Use inline <code> element instead of <programlisting> block. * doc/html/*: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158964 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/xml/faq.xml')
-rw-r--r--libstdc++-v3/doc/xml/faq.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml
index 22d2e629010..ad75d178470 100644
--- a/libstdc++-v3/doc/xml/faq.xml
+++ b/libstdc++-v3/doc/xml/faq.xml
@@ -638,9 +638,8 @@
<answer id="a-linux_glibc">
<para>When running on GNU/Linux, libstdc++ 3.2.1 (shared library version
5.0.1) and later uses localization and formatting code from the system
- C library (glibc) version 2.2.5. That version of glibc is over a
- year old and contains necessary bugfixes. Many GNU/Linux distros make
- glibc version 2.3.x available now.
+ C library (glibc) version 2.2.5 which contains necessary bugfixes.
+ Most GNU/Linux distros make more recent versions available now.
</para>
<para>The guideline is simple: the more recent the C++ library, the
more recent the C library. (This is also documented in the main
@@ -718,7 +717,7 @@
For those people who are not part of the ISO Library Group
(i.e., nearly all of us needing to read this page in the first
place), a public list of the library defects is occasionally
- published <ulink url="http://anubis.dkuug.dk/jtc1/sc22/wg21/">here</ulink>.
+ published <ulink url="http://www.open-std.org/jtc1/sc22/wg21/">here</ulink>.
Some of these issues have resulted in code changes in libstdc++.
</para>
<para>
OpenPOWER on IntegriCloud