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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70c6e9cb80803008850d8cc0c493508a36f6e506;p=gcc.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 abeae44337e..cc25f12e255 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 7b601bce0a8..af2d0fc3809 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'