And this completes the exercise for libstdc++. Fun, fun, fun. Gerald
2011-11-27 Gerald Pfeifer <ger...@pfeifer.com> * 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'