OSDN Git Service

* doc/xml/manual/test.xml: Fix dg-warning examples.
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / doc / xml / faq.xml
index f8e6312..4be79df 100644 (file)
@@ -87,7 +87,7 @@
   <answer xml:id="a-who">
     <para>
      The libstdc++ project is contributed to by several developers
-     all over the world, in the same way as GCC or Linux.
+     all over the world, in the same way as GCC or the Linux kernel.
      Benjamin Kosnik, Gabriel Dos Reis, Phil Edwards, Ulrich Drepper,
      Loren James Rittle, and Paolo Carlini are the lead maintainers of
      the SVN archive.
   <answer xml:id="a-how_to_install">
     <para>
     Often libstdc++ comes pre-installed as an integral part of many
-    existing Linux and Unix systems, as well as many embedded
+    existing GNU/Linux and Unix systems, as well as many embedded
     development tools. It may be necessary to install extra
     development packages to get the headers, or the documentation, or
     the source: please consult your vendor for details.
     </para> 
     <para> 
     Before reporting a bug, please examine the
-    <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/bugs.html">bugs database</link> with the
+    <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/bugs/">bugs database</link> with the
     category set to <quote>g++</quote>. 
     </para> 
   </answer>
   </question>
   <answer xml:id="a-v2_headers">
       <para>
-       If you have found an extremely broken header file which is
-       causing problems for you, look carefully before submitting a
-       "high" priority bug report (which you probably
-       shouldn't do anyhow; see the last paragraph of the page
-       describing <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/bugs.html">the GCC
-       bug database</link>).
-      </para>
-      <para>
-       If the headers are in <filename>${prefix}/include/g++-3</filename>, or
-       if the installed library's name looks like
-       <filename>libstdc++-2.10.a</filename> or
+       If you are using headers in
+       <filename>${prefix}/include/g++-3</filename>, or if the installed
+       library's name looks like <filename>libstdc++-2.10.a</filename> or
        <filename>libstdc++-libc6-2.10.so</filename>, then you are using the
        old libstdc++-v2 library, which is nonstandard and
        unmaintained.  Do not report problems with -v2 to the -v3