This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [DOC PATCH] 4.6 branching changes


On Mon, 14 Mar 2011, Jakub Jelinek wrote:

> --- c99status.html	6 Apr 2010 11:34:44 -0000	1.55
> +++ c99status.html	14 Mar 2011 13:52:00 -0000	1.56
> @@ -21,6 +21,7 @@ paragraph 6) do not count as library iss
>  
>  <p>This page describes the C99 support in mainline GCC, not in any
>  particular release.  Information is also available on <a
> +href="gcc-4.6/c99status.html">C99 support in GCC 4.5</a>, <a

There's a typo here; I've applied this patch to fix it.

Index: c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/c99status.html,v
retrieving revision 1.56
diff -u -r1.56 c99status.html
--- c99status.html	14 Mar 2011 13:52:00 -0000	1.56
+++ c99status.html	18 Mar 2011 17:47:18 -0000
@@ -21,7 +21,7 @@
 
 <p>This page describes the C99 support in mainline GCC, not in any
 particular release.  Information is also available on <a
-href="gcc-4.6/c99status.html">C99 support in GCC 4.5</a>, <a
+href="gcc-4.6/c99status.html">C99 support in GCC 4.6</a>, <a
 href="gcc-4.5/c99status.html">C99 support in GCC 4.5</a>, <a
 href="gcc-4.4/c99status.html">C99 support in GCC 4.4</a>, <a
 href="gcc-4.3/c99status.html">C99 support in GCC 4.3</a>, <a

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]