parallel_mode.xml: Fix link to libgomp online documentation.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 24 Apr 2011 11:11:00 +0000 (11:11 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 24 Apr 2011 11:11:00 +0000 (11:11 +0000)
* doc/xml/manual/parallel_mode.xml: Fix link to libgomp online
documentation.  Expand link text.

From-SVN: r172916

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/parallel_mode.xml

index 4e55115f5e127e6b8f76c6ed7de7e280b957de07..629435dc9204a723f03535833154c0d0cc646e99 100644 (file)
@@ -1,5 +1,10 @@
 2011-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
 
+       * doc/xml/manual/parallel_mode.xml: Fix link to libgomp online
+       documentation.  Expand link text.
+
+2011-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
+       
        * libsupc++/cxxabi.h: Adjust link to FAQ entry.
 
 2011-04-22  François Dumont  <francois.cppdevs@free.fr>
index ec0faf9c71d465a5946dbae9ce810caf471f81c7..af71923d82a24a7001ce9c61edd927386f3c569e 100644 (file)
@@ -109,8 +109,8 @@ It might work with other compilers, though.</para>
   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>