From: Gerald Pfeifer Date: Sun, 27 Nov 2011 01:09:22 +0000 (+0000) Subject: run_doxygen (problematic): Change Linux reference to GNU/Linux. X-Git-Tag: releases/gcc-4.7.0~1933 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70c6e9cb80803008850d8cc0c493508a36f6e506;p=thirdparty%2Fgcc.git run_doxygen (problematic): Change Linux reference to GNU/Linux. * scripts/run_doxygen (problematic): Change Linux reference to GNU/Linux. From-SVN: r181757 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index abeae44337e4..cc25f12e2557 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2011-11-27 Gerald Pfeifer + + * scripts/run_doxygen (problematic): Change Linux reference to + GNU/Linux. + 2011-11-26 Gerald Pfeifer * doc/xml/manual/abi.xml (Prerequisites): Refer to GNU/Linux. diff --git a/libstdc++-v3/scripts/run_doxygen b/libstdc++-v3/scripts/run_doxygen index 7b601bce0a80..af2d0fc3809b 100644 --- a/libstdc++-v3/scripts/run_doxygen +++ b/libstdc++-v3/scripts/run_doxygen @@ -267,8 +267,8 @@ done 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'