From patchwork Sun Nov 27 01:11:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 127827 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 95C55B70FE for ; Sun, 27 Nov 2011 12:11:24 +1100 (EST) Received: (qmail 2789 invoked by alias); 27 Nov 2011 01:11:20 -0000 Received: (qmail 2772 invoked by uid 22791); 27 Nov 2011 01:11:19 -0000 X-SWARE-Spam-Status: No, hits=-2.0 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, 27 Nov 2011 01:11:05 +0000 Received: from g105.suse.de (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 3F4743F417; Sat, 26 Nov 2011 20:11:04 -0500 (EST) Date: Sun, 27 Nov 2011 02:11:02 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [libstdc++] scripts/run_doxygen comment tweak 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 And this completes the exercise for libstdc++. Fun, fun, fun. Gerald 2011-11-27 Gerald Pfeifer * scripts/run_doxygen (problematic): Change Linux reference to GNU/Linux. Index: scripts/run_doxygen =================================================================== --- scripts/run_doxygen (revision 181742) +++ scripts/run_doxygen (working copy) @@ -267,8 +267,8 @@ rm stdheader # Some of the pages for generated modules have text that confuses certain -# implementations of man(1), e.g., Linux's. We need to have another top-level -# *roff tag to /stop/ the .SH NAME entry. +# implementations of man(1), e.g. on GNU/Linux. We need to have another +# top-level *roff tag to /stop/ the .SH NAME entry. problematic=`egrep --files-without-match '^\.SH SYNOPSIS' [A-Z]*.3` #problematic='Containers.3 Sequences.3 Assoc_containers.3 Iterator_types.3'