Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / massif / docs / ms_print-manpage.xml
blob085a21ab546280a8a1846032cb8de01b6910a4aa
1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3           "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
4 [ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]>
7 <refentry id="ms_print">
9 <refmeta>
10   <refentrytitle>ms_print</refentrytitle>
11   <manvolnum>1</manvolnum>
12   <refmiscinfo class="version">Release &rel-version;</refmiscinfo>
13 </refmeta>
15 <refnamediv>
16   <refname>ms_print</refname>
17   <refpurpose>post-processing tool for Massif</refpurpose>
18 </refnamediv>
20 <refsynopsisdiv>
21 <cmdsynopsis>
22   <command>ms_print</command>
23   <arg><replaceable>options</replaceable></arg>
24   <arg choice="plain"><replaceable>massif-out-file</replaceable></arg>
25 </cmdsynopsis>
26 </refsynopsisdiv>
29 <refsect1 id="ms_print-description">
30 <title>Description</title>
32 <para><command>ms_print</command> takes an output file produced by the
33 Valgrind tool Massif and prints the information in an easy-to-read form.
34 </para>
36 </refsect1>
40 <refsect1 id="ms_print-options">
41 <title>Options</title>
43 <xi:include href="ms-manual.xml" xpointer="ms_print.opts.list"
44             xmlns:xi="http://www.w3.org/2001/XInclude" />
46 </refsect1>
51 <refsect1 id="ms_print-see_also">
52 <title>See Also</title>
54 <para>
55 valgrind(1),
56 <filename>&vg-docs-path;</filename> or
57 <filename>&vg-docs-url;</filename>.
58 </para>
60 </refsect1>
63 <refsect1 id="ms_print-author">
64 <title>Author</title>
66 <para>Nicholas Nethercote.</para>
68 </refsect1>
71 </refentry>