]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mc-manual.xml: Fix some mismatched open/close tags.
authorMark Wielaard <mark@klomp.org>
Fri, 30 Sep 2016 22:32:24 +0000 (22:32 +0000)
committerMark Wielaard <mark@klomp.org>
Fri, 30 Sep 2016 22:32:24 +0000 (22:32 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15987

memcheck/docs/mc-manual.xml

index 321e0bca6b34d7662aa95f5b6412118326e564ed..57a9d7dcc4bd01b85f7c0270e7fb665f48eb189d 100644 (file)
@@ -2324,7 +2324,7 @@ inform Memcheck about changes to the state of a mempool:</para>
     <varname>VALGRIND_CREATE_META_MEMPOOL(pool, rzB, is_zeroed, flags)</varname>:
     This does the same as <varname>VALGRIND_CREATE_MEMPOOL</varname>,
     but allows you to specify two seldom-used options for custom
-    allocators (or-ed together) in the <varname>flags<varname> argument:</para>
+    allocators (or-ed together) in the <varname>flags</varname> argument:</para>
     <itemizedlist>
       <listitem>
        <para>
@@ -2350,7 +2350,7 @@ inform Memcheck about changes to the state of a mempool:</para>
          a fatal error message in memcheck.
        </para>
       </listitem>
-    <itemizedlist>
+    </itemizedlist>
   </listitem>
 
   <listitem>