|
From: <sv...@va...> - 2005-08-03 18:58:49
|
Author: de Date: 2005-08-03 19:58:45 +0100 (Wed, 03 Aug 2005) New Revision: 4314 Log: minor tweaks Modified: trunk/docs/internals/xml-output.txt trunk/docs/lib/vg-common.xsl Modified: trunk/docs/internals/xml-output.txt =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/internals/xml-output.txt 2005-08-03 17:01:51 UTC (rev 4313= ) +++ trunk/docs/internals/xml-output.txt 2005-08-03 18:58:45 UTC (rev 4314= ) @@ -30,7 +30,7 @@ How to use ~~~~~~~~~~ =20 -Run with flag --xml=3Dyes. That's all. Note however several=20 +Run with flag --xml=3Dyes. That`s all. Note however several=20 caveats. =20 * At the present time only Memcheck is supported. The scheme extends @@ -98,7 +98,7 @@ Inside that, the first entity is an indication of the protocol version. This is provided so that existing parsers can identify XML created by future versions of Valgrind merely by observing that the -protocol version is one they don't understand. Hence TOPLEVEL is: +protocol version is one they don`t understand. Hence TOPLEVEL is: =20 <?xml version=3D"1.0"?> <valgrindoutput> @@ -184,7 +184,7 @@ * Zero or more ERRORs, each of which is a complaint from the leak checker. =20 -That's it. +That`s it. =20 =20 ERROR Modified: trunk/docs/lib/vg-common.xsl =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/lib/vg-common.xsl 2005-08-03 17:01:51 UTC (rev 4313) +++ trunk/docs/lib/vg-common.xsl 2005-08-03 18:58:45 UTC (rev 4314) @@ -16,7 +16,7 @@ </l:l10n> </l:i18n> =20 -<!-- don't generate sub-tocs for qanda sets --> +<!-- do not generate sub-tocs for qanda sets --> <xsl:param name=3D"generate.toc"> set toc,title book toc,title,figure,table,example,equation |