|
From: <sv...@va...> - 2009-07-19 09:20:09
|
Author: bart
Date: 2009-07-19 10:19:58 +0100 (Sun, 19 Jul 2009)
New Revision: 10487
Log:
Fixed XML syntax.
Modified:
trunk/memcheck/docs/mc-manual.xml
Modified: trunk/memcheck/docs/mc-manual.xml
===================================================================
--- trunk/memcheck/docs/mc-manual.xml 2009-07-19 08:16:30 UTC (rev 10486)
+++ trunk/memcheck/docs/mc-manual.xml 2009-07-19 09:19:58 UTC (rev 10487)
@@ -643,7 +643,7 @@
<itemizedlist>
<listitem>
<para>The pointer might have originally been a start-pointer and have been
- moved along deliberately (or not deliberately) by the program.
+ moved along deliberately (or not deliberately) by the program.</para>
</listitem>
<listitem>
@@ -660,6 +660,7 @@
See <ulink url="http://theory.uwinnipeg.ca/gnu/gcc/gxxint_14.html">this
page</ulink> for more information.</para>
</listitem>
+</itemizedlist>
<para>With that in mind, consider the nine possible cases described by the
following figure.</para>
|