|
From: <sv...@va...> - 2016-09-30 22:32:33
|
Author: mjw
Date: Fri Sep 30 23:32:24 2016
New Revision: 15987
Log:
mc-manual.xml: Fix some mismatched open/close tags.
Modified:
trunk/memcheck/docs/mc-manual.xml
Modified: trunk/memcheck/docs/mc-manual.xml
==============================================================================
--- trunk/memcheck/docs/mc-manual.xml (original)
+++ trunk/memcheck/docs/mc-manual.xml Fri Sep 30 23:32:24 2016
@@ -2324,7 +2324,7 @@
<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 @@
a fatal error message in memcheck.
</para>
</listitem>
- <itemizedlist>
+ </itemizedlist>
</listitem>
<listitem>
|