diff mbox

[wwwdocs] add libstdc++/1773 change to gcc-4.7/changes.html

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

Commit Message

Gerald Pfeifer Oct. 10, 2011, 1:10 a.m. UTC
On Tue, 4 Oct 2011, Jonathan Wakely wrote:
> I've committed this, which documents the fix for
> http://gcc.gnu.org/PR1773 in gcc-4.7/changes.html, and also replaces
> some > characters with the > entity.

Interesting that the latter was not caught by the validator?  Thanks
for addressing it, Jonathan!

There also is a minor change on top of yours that I just committed;
see below.

Gerald

Comments

Jonathan Wakely Oct. 10, 2011, 8:37 a.m. UTC | #1
On 10 October 2011 02:10, Gerald Pfeifer wrote:
> On Tue, 4 Oct 2011, Jonathan Wakely wrote:
>> I've committed this, which documents the fix for
>> http://gcc.gnu.org/PR1773 in gcc-4.7/changes.html, and also replaces
>> some > characters with the > entity.
>
> Interesting that the latter was not caught by the validator?

I think it might be valid (at least xmllint says so in --html mode) so
that part was probably unnecessary.
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.47
diff -u -r1.47 changes.html
--- changes.html	9 Oct 2011 23:08:14 -0000	1.47
+++ changes.html	10 Oct 2011 01:06:49 -0000
@@ -267,8 +267,8 @@ 
 } a; // initializes a.i to 42
   </pre></blockquote></li>
 
-  <li>G++ now sets the predefined macro <tt>__cplusplus</tt> to the
-    correct value, <tt>199711L</tt>.
+  <li>G++ now sets the predefined macro <code>__cplusplus</code> to the
+    correct value, <code>199711L</code>.
   </li>
 </ul>