mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
a manpage, and they're so simple I can't be bothered doing ones for them (they don't even have sections in the manual). Also fixed a few minor things relating to manpages. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10744
32 lines
1.0 KiB
XML
32 lines
1.0 KiB
XML
<?xml version="1.0"?> <!-- -*- sgml -*- -->
|
|
<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
|
|
|
<!-- This file is not part of the distributed docs, it's just here so we can
|
|
point $(XSTLPROC) at a single file and get all the man pages. -->
|
|
|
|
<set>
|
|
|
|
<!-- valgrind -->
|
|
<xi:include href="valgrind-manpage.xml" parse="xml"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
|
|
<!-- cg_annotate -->
|
|
<xi:include href="../../cachegrind/docs/cg_annotate-manpage.xml" parse="xml"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
|
|
<!-- callgrind_annotate -->
|
|
<xi:include href="../../callgrind/docs/callgrind_annotate-manpage.xml" parse="xml"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
|
|
<!-- callgrind_control -->
|
|
<xi:include href="../../callgrind/docs/callgrind_control-manpage.xml" parse="xml"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
|
|
<!-- ms_print -->
|
|
<xi:include href="../../massif/docs/ms_print-manpage.xml" parse="xml"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
|
|
</set>
|
|
|