]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix broken links in the Massif manual.
authorJulian Seward <jseward@acm.org>
Mon, 8 Apr 2019 07:29:03 +0000 (09:29 +0200)
committerJulian Seward <jseward@acm.org>
Mon, 8 Apr 2019 07:29:03 +0000 (09:29 +0200)
docs/xml/manual-core.xml
massif/docs/ms-manual.xml

index cb21089591ad80c6f236e2de8d5e2347d5709254..141a13cd0c7689948487ba4083770dfe1d00354f 100644 (file)
@@ -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>.
index ab377a38dfc058c3eacb911ac38b918d02009d71..cc99025cbe87ed095e914f55d19a0ef7073114b2 100644 (file)
@@ -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>