From 5027860f74b98e759a6674e16ea5878c7504efd3 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 30 Sep 2016 22:32:24 +0000 Subject: [PATCH] mc-manual.xml: Fix some mismatched open/close tags. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15987 --- memcheck/docs/mc-manual.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index 321e0bca6b..57a9d7dcc4 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -2324,7 +2324,7 @@ inform Memcheck about changes to the state of a mempool: VALGRIND_CREATE_META_MEMPOOL(pool, rzB, is_zeroed, flags): This does the same as VALGRIND_CREATE_MEMPOOL, but allows you to specify two seldom-used options for custom - allocators (or-ed together) in the flags argument: + allocators (or-ed together) in the flags argument: @@ -2350,7 +2350,7 @@ inform Memcheck about changes to the state of a mempool: a fatal error message in memcheck. - + -- 2.47.2