From: Gerald Pfeifer Date: Sun, 30 Oct 2011 14:29:15 +0000 (+0000) Subject: faq.xml (Who's in charge of it?): Refer to the Linux kernel instead of just Linux. X-Git-Tag: releases/gcc-4.7.0~2702 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=391190a3f0a6fea75d9e4e580144363928812ba2;p=thirdparty%2Fgcc.git faq.xml (Who's in charge of it?): Refer to the Linux kernel instead of just Linux. * faq.xml (Who's in charge of it?): Refer to the Linux kernel instead of just Linux. (How do I install libstdc++?): Refer to GNU/Linux instead of just Linux. From-SVN: r180679 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 22e1f04fa497..c87c97a19fc7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2011-10-30 Gerald Pfeifer + + * faq.xml (Who's in charge of it?): Refer to the Linux kernel + instead of just Linux. + (How do I install libstdc++?): Refer to GNU/Linux instead of + just Linux. + 2011-10-28 Paolo Carlini * testsuite/30_threads/condition_variable_any/50862.cc: Trivial diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml index 05e805e90a5f..4be79df67628 100644 --- a/libstdc++-v3/doc/xml/faq.xml +++ b/libstdc++-v3/doc/xml/faq.xml @@ -87,7 +87,7 @@ 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. @@ -261,7 +261,7 @@ 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.