|
From: <sv...@va...> - 2005-09-26 01:11:44
|
Author: njn
Date: 2005-09-26 02:11:40 +0100 (Mon, 26 Sep 2005)
New Revision: 4778
Log:
Fix broken links in the manual. Bug #113190.
Modified:
trunk/docs/xml/FAQ.xml
trunk/docs/xml/manual-core.xml
Modified: trunk/docs/xml/FAQ.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/xml/FAQ.xml 2005-09-26 00:39:17 UTC (rev 4777)
+++ trunk/docs/xml/FAQ.xml 2005-09-26 01:11:40 UTC (rev 4778)
@@ -10,7 +10,7 @@
<releaseinfo>August 2005</releaseinfo>
<author>
<surname>
- <ulink url=3D"http://www.valgrind.org/www/developers.html">Valgrin=
d Developers</ulink>
+ <ulink url=3D"http://www.valgrind.org/info/developers.html">Valgri=
nd Developers</ulink>
</surname>
<affiliation><orgname>
<ulink url=3D"mailto:&vg-vemail;">&vg-vemail;</ulink>
@@ -404,7 +404,7 @@
</programlisting>
=20
<para>Obviously you have to start the listener process first.
- See the Manual: <ulink url=3D"http://www.valgrind.org/docs/bookset/man=
ual-core.out2file.html">Directing output to file</ulink> for more details=
.</para>
+ See the manual for more details.</para>
=20
<para>Second, if your program is statically linked, most Valgrind tool=
s
won't work as well, because they won't be able to replace certain
@@ -481,8 +481,7 @@
"still reachable", and "suppressed"?</para>
</question>
<answer>
- <para>The details are in the Manual:=20
- <ulink url=3D"http://www.valgrind.org/docs/bookset/mc-manual.leaks.ht=
ml">Memory leak detection</ulink>.</para>
+ <para>The details are in the Memcheck section of the user manual.</par=
a>
=20
<para>In short:</para>
<itemizedlist>
Modified: trunk/docs/xml/manual-core.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/xml/manual-core.xml 2005-09-26 00:39:17 UTC (rev 4777)
+++ trunk/docs/xml/manual-core.xml 2005-09-26 01:11:40 UTC (rev 4778)
@@ -1597,7 +1597,7 @@
we should fix.</para>
=20
<para>Read the=20
-<ulink url=3D"http://www.valgrind.org/docs/faq/index.html">FAQ</ulink> f=
or
+<ulink url=3D"http://www.valgrind.org/docs/FAQ/">FAQ</ulink> for
more advice about common problems, crashes, etc.</para>
=20
</sect1>
|