diff mbox

[libstdc++] scripts/run_doxygen comment tweak

Message ID alpine.LNX.2.00.1111270206590.1694@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer Nov. 27, 2011, 1:11 a.m. UTC
And this completes the exercise for libstdc++.  Fun, fun, fun.

Gerald


2011-11-27  Gerald Pfeifer  <gerald@pfeifer.com>

	* scripts/run_doxygen (problematic): Change Linux reference to
	GNU/Linux.
diff mbox

Patch

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'