|
From: <sv...@va...> - 2014-11-23 12:05:27
|
Author: sewardj
Date: Sun Nov 23 12:05:04 2014
New Revision: 14747
Log:
Merge, from trunk, r14561
14561 Add missing ]] to terminate CDATA.
Modified:
branches/VALGRIND_3_10_BRANCH/ (props changed)
branches/VALGRIND_3_10_BRANCH/docs/xml/manual-core.xml
Modified: branches/VALGRIND_3_10_BRANCH/docs/xml/manual-core.xml
==============================================================================
--- branches/VALGRIND_3_10_BRANCH/docs/xml/manual-core.xml (original)
+++ branches/VALGRIND_3_10_BRANCH/docs/xml/manual-core.xml Sun Nov 23 12:05:04 2014
@@ -1852,7 +1852,7 @@
==15363== by 0x8048550: main (varinfo1.c:56)
==15363== Address 0xbea0d0cc is on thread 1's stack
==15363== in frame #1, created by main (varinfo1.c:45)
-></programlisting>
+]]></programlisting>
<para>And here are the same errors with
<option>--read-var-info=yes</option>:</para>
|