]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed XML syntax.
authorBart Van Assche <bvanassche@acm.org>
Sun, 19 Jul 2009 09:19:58 +0000 (09:19 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 19 Jul 2009 09:19:58 +0000 (09:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10487

memcheck/docs/mc-manual.xml

index e2c362b5d6ccc18837ec06d8377031520cd7f630..24c5be0d0fd528d7531d6c0762ed2f89064fd8d5 100644 (file)
@@ -643,7 +643,7 @@ three possibilities we know of:</para>
 <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 @@ three possibilities we know of:</para>
     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>