From ce94d674de5b99df173aad4c3ee48fc2a92e5d9c Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 8 Apr 2019 09:29:03 +0200 Subject: [PATCH] Fix broken links in the Massif manual. --- docs/xml/manual-core.xml | 4 ++-- massif/docs/ms-manual.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index cb2108959..141a13cd0 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -3033,8 +3033,8 @@ the "Massif Format". Different Massif Format file visualisers are available. Valgrind distribution includes the command line utility that produces an easy to read reprentation of - a massif output file. See and - for more details + a massif output file. See and + for more details about visualising Massif Format output files. Note that xtree Massif Format makes use of the inline information when specifying . diff --git a/massif/docs/ms-manual.xml b/massif/docs/ms-manual.xml index ab377a38d..cc99025cb 100644 --- a/massif/docs/ms-manual.xml +++ b/massif/docs/ms-manual.xml @@ -54,7 +54,7 @@ which parts of your program are responsible for allocating the heap memory. - + Using Massif and ms_print First off, as for the other Valgrind tools, you should compile with @@ -647,7 +647,7 @@ in a particular column, which makes following the allocation chains easier. - + Using massif-visualizer -- 2.11.4.GIT