From patchwork Sun Oct 30 14:35:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 122622 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id BB7E1B6F85 for ; Mon, 31 Oct 2011 01:35:25 +1100 (EST) Received: (qmail 31553 invoked by alias); 30 Oct 2011 14:35:23 -0000 Received: (qmail 31453 invoked by uid 22791); 30 Oct 2011 14:35:22 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 30 Oct 2011 14:35:06 +0000 Received: from [192.168.0.130] (vie-188-118-240-137.dsl.sil.at [188.118.240.137]) by ainaz.pair.com (Postfix) with ESMTPSA id 1256A3F40F; Sun, 30 Oct 2011 10:35:04 -0400 (EDT) Date: Sun, 30 Oct 2011 15:35:03 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [libstdc++] Adjust Linux references in the libstdc++ FAQ Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Applied. Busy work on a foggy October afternoon... Gerald 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. Index: doc/xml/faq.xml =================================================================== --- doc/xml/faq.xml (revision 180677) +++ doc/xml/faq.xml (working copy) @@ -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.