summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2011-11-27 01:09:22 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2011-11-27 01:09:22 +0000
commit70c6e9cb80803008850d8cc0c493508a36f6e506 (patch)
tree2d4b1574bf914f851116a95baa4e132a5926ae52 /libstdc++-v3
parent4aa3ff2b2ea0f5524622ce2f75d091120e666bfe (diff)
downloadgcc-70c6e9cb80803008850d8cc0c493508a36f6e506.tar.gz
run_doxygen (problematic): Change Linux reference to GNU/Linux.
* scripts/run_doxygen (problematic): Change Linux reference to GNU/Linux. From-SVN: r181757
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/scripts/run_doxygen4
2 files changed, 7 insertions, 2 deletions
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 <gerald@pfeifer.com>
+
+ * scripts/run_doxygen (problematic): Change Linux reference to
+ GNU/Linux.
+
2011-11-26 Gerald Pfeifer <gerald@pfeifer.com>
* 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'