|
From: <sv...@va...> - 2006-10-21 23:02:23
|
Author: njn Date: 2006-10-22 00:02:13 +0100 (Sun, 22 Oct 2006) New Revision: 6335 Log: Link to dissertation with a proper link. MERGED FROM TRUNK Modified: branches/VALGRIND_3_2_BRANCH/cachegrind/docs/cg-manual.xml branches/VALGRIND_3_2_BRANCH/docs/xml/vg-entities.xml Modified: branches/VALGRIND_3_2_BRANCH/cachegrind/docs/cg-manual.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 --- branches/VALGRIND_3_2_BRANCH/cachegrind/docs/cg-manual.xml 2006-10-21= 23:00:59 UTC (rev 6334) +++ branches/VALGRIND_3_2_BRANCH/cachegrind/docs/cg-manual.xml 2006-10-21= 23:02:13 UTC (rev 6335) @@ -1023,7 +1023,8 @@ <title>How Cachegrind works</title> <para>The best reference for understanding how Cachegrind works is chapt= er 3 of "Dynamic Binary Analysis and Instrumentation", by Nicholas Nethercote. = It -is available on the publications page of the Valgrind website.</para> +is available on the <ulink url=3D"&vg-pubs;">Valgrind publications +page</ulink>.</para> </sect2> =20 <sect2> Modified: branches/VALGRIND_3_2_BRANCH/docs/xml/vg-entities.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 --- branches/VALGRIND_3_2_BRANCH/docs/xml/vg-entities.xml 2006-10-21 23:0= 0:59 UTC (rev 6334) +++ branches/VALGRIND_3_2_BRANCH/docs/xml/vg-entities.xml 2006-10-21 23:0= 2:13 UTC (rev 6335) @@ -7,8 +7,8 @@ =20 <!-- valgrind release + version stuff --> <!ENTITY rel-type "Release"> -<!ENTITY rel-version "3.2.1"> -<!ENTITY rel-date "16 September 2006"> +<!ENTITY rel-version "3.2.0"> +<!ENTITY rel-date "7 June 2006"> =20 <!-- where the docs are installed --> <!ENTITY vg-doc-path "/usr/share/doc/valgrind/html/index.html"> @@ -18,6 +18,7 @@ <!-- a real pain tracking the links down in the docs --> <!ENTITY vg-developers "http://www.valgrind.org/info/developers.html"> <!ENTITY vg-svn-repo "http://www.valgrind.org/downloads/repository.htm= l"> +<!ENTITY vg-pubs "http://www.valgrind.org/docs/pubs.html"> <!ENTITY vg-bookset "http://www.valgrind.org/docs/manual/index.html"> <!ENTITY vg-dist-docs "http://www.valgrind.org/docs/manual/dist.html"> <!ENTITY vg-commentary "http://www.valgrind.org/docs/manual/manual-core.= html#manual-core.comment"> |