On Thu, 17 May 2007, Dave Korn wrote: >> Should section "GCC 4.2.0 manuals" of >> >> http://gcc.gnu.org/onlinedocs/ >> >> not also list the "GNU OpenMP Manual" that is available for 4.2? > Yes, it probably should. The released docs have been prepared correctly: > http://gcc.gnu.org/onlinedocs/gcc-4.2.0/libgomp > is live.
I went ahead and committed the patch below. Gerald Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v retrieving revision 1.87 diff -u -3 -p -r1.87 index.html --- index.html 14 May 2007 21:17:36 -0000 1.87 +++ index.html 28 May 2007 13:05:36 -0000 @@ -60,6 +60,13 @@ href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_ugn_unw.ps.gz">PostScript</a> or <a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_ugn_unw-html.tar.gz">an HTML tarball</a>)</li> + <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/libgomp/">GCC 4.2.0 + GNU OpenMP Manual</a> (<a + href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/libgomp.pdf">also in + PDF</a> or <a + href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/libgomp.ps.gz">PostScript</a> or <a + href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/libgomp-html.tar.gz">an + HTML tarball</a>)</li> <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/docs-sources.tar.gz">Texinfo sources of all the GCC 4.2.0 manuals</a></li> </ul></li>