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]

[libstdc++, doc] Fix link to libgomp online documentation


Installed.

Gerald


2011-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
 
	* doc/xml/manual/parallel_mode.xml: Fix link to libgomp online
	documentation.  Expand link text.

Index: doc/xml/manual/parallel_mode.xml
===================================================================
--- doc/xml/manual/parallel_mode.xml	(revision 172914)
+++ doc/xml/manual/parallel_mode.xml	(working copy)
@@ -109,8 +109,8 @@
   and runtime support, in particular support for OpenMP. Adding this support is
   not difficult: just compile your application with the compiler
   flag <literal>-fopenmp</literal>. This will link
-  in <code>libgomp</code>, the GNU
-  OpenMP <link xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:href="http://gcc.gnu.org/onlinedocs/libgomp";>implementation</link>,
+  in <code>libgomp</code>, the
+  OpenMP <link xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:href="http://gcc.gnu.org/onlinedocs/libgomp/";>GNU implementation</link>,
   whose presence is mandatory.
 </para>
 


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