Following svn r13758 (bug 328711), some further similar fixes, 


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13759 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml
index e913e89..a2a2e09 100644
--- a/memcheck/docs/mc-manual.xml
+++ b/memcheck/docs/mc-manual.xml
@@ -718,22 +718,21 @@
     </term>
     <listitem>
       <para>Specifies the leak kinds to show in a full leak search, in
-      one of the following ways:
+      one of the following ways: </para>
 
-        <itemizedlist>
-          <listitem><para>a comma separated list of one or more of
+      <itemizedlist>
+        <listitem><para>a comma separated list of one or more of
             <option>definite indirect possible reachable</option>.</para>
-          </listitem>
-          
-          <listitem><para><option>all</option> to specify the complete set (all leak kinds).
+        </listitem>
+        
+        <listitem><para><option>all</option> to specify the complete set (all leak kinds).
             It is equivalent to
             <option>--show-leak-kinds=definite,indirect,possible,reachable</option>.</para>
-          </listitem>
-          
-          <listitem><para><option>none</option> for the empty set.</para>
-          </listitem>
-        </itemizedlist>
-      </para>
+        </listitem>
+        
+        <listitem><para><option>none</option> for the empty set.</para>
+        </listitem>
+      </itemizedlist>
     </listitem>
   </varlistentry>
 
@@ -757,32 +756,30 @@
     </term>
     <listitem>
       <para>Specifies the set of leak check heuristics to be used
-        during 
-        leak searches.  The heuristics control which interior pointers
+        during leak searches.  The heuristics control which interior pointers
         to a block cause it to be considered as reachable.
-        The heuristic set is specified in one of the following ways:
+        The heuristic set is specified in one of the following ways:</para>
 
-        <itemizedlist>
-          <listitem><para>a comma separated list of one or more of
+      <itemizedlist>
+        <listitem><para>a comma separated list of one or more of
             <option>stdstring newarray multipleinheritance</option>.</para>
-          </listitem>
+        </listitem>
           
-          <listitem><para><option>all</option> to activate the complete set of
+        <listitem><para><option>all</option> to activate the complete set of
             heuristics.
             It is equivalent to
             <option>--leak-check-heuristics=stdstring,newarray,multipleinheritance</option>.</para>
-          </listitem>
-          
-          <listitem><para><option>none</option> for the empty set.</para>
-          </listitem>
-        </itemizedlist>
-      </para>
+        </listitem>
+        
+        <listitem><para><option>none</option> for the empty set.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
-      <para>Note that these heuristics are dependent on the layout of the objects
+    <para>Note that these heuristics are dependent on the layout of the objects
       produced by the C++ compiler. They have been tested with some gcc versions
       (e.g. 4.4 and 4.7). They might not work properly with other C++ compilers.
-      </para>
-    </listitem>
+    </para>
   </varlistentry>
 
 
@@ -795,30 +792,30 @@
     </term>
     <listitem>
       <para>These options provide an alternative way to specify the leak kinds to show:
-        <itemizedlist>
-          <listitem>
-	    <para>
+      </para>
+      <itemizedlist>
+        <listitem>
+	  <para>
             <option>--show-reachable=no --show-possibly-lost=yes</option> is equivalent to
             <option>--show-leak-kinds=definite,possible</option>.
-	    </para>
-          </listitem>
-          <listitem>
-	    <para>
+	  </para>
+        </listitem>
+        <listitem>
+	  <para>
             <option>--show-reachable=no --show-possibly-lost=no</option> is equivalent to
             <option>--show-leak-kinds=definite</option>.
-	    </para>
-          </listitem>
-          <listitem>
-	    <para>
+	  </para>
+        </listitem>
+        <listitem>
+	  <para>
             <option>--show-reachable=yes</option> is equivalent to
             <option>--show-leak-kinds=all</option>.
-            Note that  <option>--show-possibly-lost=no</option> has no effect
-            if <option>--show-reachable=yes</option> is specified.
-	    </para>
-          </listitem>
-        </itemizedlist>
-      </para>
+	  </para>
+        </listitem>
+      </itemizedlist>
     </listitem>
+    <para> Note that  <option>--show-possibly-lost=no</option> has no effect
+      if <option>--show-reachable=yes</option> is specified.</para>
   </varlistentry>
   
   <varlistentry id="opt.undef-value-errors" xreflabel="--undef-value-errors">