|
From: Julian S. <se...@so...> - 2019-04-08 07:29:35
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=ce94d674de5b99df173aad4c3ee48fc2a92e5d9c commit ce94d674de5b99df173aad4c3ee48fc2a92e5d9c Author: Julian Seward <js...@ac...> Date: Mon Apr 8 09:29:03 2019 +0200 Fix broken links in the Massif manual. Diff: --- 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 cb21089..141a13c 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -3033,8 +3033,8 @@ the "Massif Format".</para> <para>Different Massif Format file visualisers are available. Valgrind distribution includes the <option>ms_print</option> command line utility that produces an easy to read reprentation of - a massif output file. See <xref linkend="ms-manual.running-massif"/> and - <xref linkend="ms-manual.using"/> for more details + a massif output file. See <xref linkend="ms-manual.using-print"/> and + <xref linkend="ms-manual.using-visualizer"/> for more details about visualising Massif Format output files.</para> <para>Note that xtree Massif Format makes use of the inline information when specifying <option>--read-inline-info=yes</option>. diff --git a/massif/docs/ms-manual.xml b/massif/docs/ms-manual.xml index ab377a3..cc99025 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. </sect1> -<sect1 id="ms-manual.using" xreflabel="Using Massif and ms_print"> +<sect1 id="ms-manual.using-print" xreflabel="Using Massif and ms_print"> <title>Using Massif and ms_print</title> <para>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. </sect1> -<sect1 id="ms-manual.using" xreflabel="Using massif-visualizer"> +<sect1 id="ms-manual.using-visualizer" xreflabel="Using massif-visualizer"> <title>Using massif-visualizer</title> <para> |