]> gcc.gnu.org Git - gcc.git/commitdiff
run_doxygen (problematic): Change Linux reference to GNU/Linux.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 27 Nov 2011 01:09:22 +0000 (01:09 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 27 Nov 2011 01:09:22 +0000 (01:09 +0000)
* scripts/run_doxygen (problematic): Change Linux reference to
GNU/Linux.

From-SVN: r181757

libstdc++-v3/ChangeLog
libstdc++-v3/scripts/run_doxygen

index abeae44337e4ed0934d4a5bdeb7cc44fb787391f..cc25f12e25578f3704b3bbad22be09304c042ee1 100644 (file)
@@ -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.
index 7b601bce0a80d351f6a752c87254f91d105cbedc..af2d0fc3809be2e9fbe2baf3885b5c741cc4f6cd 100644 (file)
@@ -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'
 
This page took 0.063172 seconds and 5 git commands to generate.