From 546e8d2c5cee27213e232e3d276985615d3b6b48 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 12 Dec 2013 21:20:48 +0000 Subject: [PATCH] Bug 328711 valgrind.1 manpage "memcheck options" section is badly generated Add missing para tags inside listitems. (Miroslav Franc, mfranc@redhat.com) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13758 --- NEWS | 1 + memcheck/docs/mc-manual.xml | 34 ++++++++++++++++++++-------------- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/NEWS b/NEWS index 3f8bfe2ce..7b0f94942 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,7 @@ where XXXXXX is the bug number as listed below. 328100 XABORT not implemented 328205 Implement additional Xen hypercalls 328455 s390x: SIGILL after emitting wrong register pair for ldxbr +328711 valgrind.1 manpage "memcheck options" section is badly generated Release 3.9.0 (31 October 2013) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index a53bf86e9..e913e89b5 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -610,14 +610,14 @@ when is specified. in one of the following ways: - a comma separated list of one or more of - . + a comma separated list of one or more of + . - to specify the complete set (all leak kinds). + to specify the complete set (all leak kinds). - for the empty set. + for the empty set. @@ -721,16 +721,16 @@ is one of the following ways: - a comma separated list of one or more of - . + a comma separated list of one or more of + . - to specify the complete set (all leak kinds). + to specify the complete set (all leak kinds). It is equivalent to - . + . - for the empty set. + for the empty set. @@ -763,17 +763,17 @@ is The heuristic set is specified in one of the following ways: - a comma separated list of one or more of - . + a comma separated list of one or more of + . - to activate the complete set of + to activate the complete set of heuristics. It is equivalent to - . + . - for the empty set. + for the empty set. @@ -797,18 +797,24 @@ is These options provide an alternative way to specify the leak kinds to show: + is equivalent to . + + is equivalent to . + + is equivalent to . Note that has no effect if is specified. +