summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-08-07 07:44:31 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-08-07 07:44:31 +0000
commitefd7ef7eae980ad1661cfe6c904db497265c9912 (patch)
treed5d4050f482468330d278c95f0befec15d3776ad /docs
parent76b4a80f1c7f42f6f552307f45b2bf12e0c19082 (diff)
- Documented callgrind_{annotate,control} in the Callgrind manual chapter
and created man pages for them. Renamed the XML files in the process for consistency. - Inlined cg-entities.xml into vg-entities.xml. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10742 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/manpages-index.xml8
-rw-r--r--docs/xml/valgrind-manpage.xml9
-rw-r--r--docs/xml/vg-entities.xml4
3 files changed, 18 insertions, 3 deletions
diff --git a/docs/xml/manpages-index.xml b/docs/xml/manpages-index.xml
index 60aacf3c..889bb8fa 100644
--- a/docs/xml/manpages-index.xml
+++ b/docs/xml/manpages-index.xml
@@ -11,6 +11,14 @@
<xi:include href="valgrind-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" />
diff --git a/docs/xml/valgrind-manpage.xml b/docs/xml/valgrind-manpage.xml
index d1988db4..1bd56818 100644
--- a/docs/xml/valgrind-manpage.xml
+++ b/docs/xml/valgrind-manpage.xml
@@ -222,6 +222,8 @@ system: <filename>&vg-docs-path;</filename>, or online:
<title>See Also</title>
<para>
+callgrind_annotate(1),
+callgrind_control(1),
ms_print(1),
<filename>&vg-docs-path;</filename> or
<filename>&vg-docs-url;</filename>.
@@ -233,9 +235,10 @@ ms_print(1),
<refsect1 id="author">
<title>Author</title>
-<para>This manpage written by Andres Roldan &lt;aroldan@debian.org&gt;,
-Robert Walsh &lt;rjwalsh@durables.org&gt;, and the Valgrind
-developers.</para>
+<para>The Valgrind developers.</para>
+
+<para>This manpage was written by Andres Roldan &lt;aroldan@debian.org&gt;
+and the Valgrind developers.</para>
</refsect1>
diff --git a/docs/xml/vg-entities.xml b/docs/xml/vg-entities.xml
index 5da7c013..e713bfb4 100644
--- a/docs/xml/vg-entities.xml
+++ b/docs/xml/vg-entities.xml
@@ -1,6 +1,7 @@
<!-- misc. strings -->
<!ENTITY vg-jemail "julian@valgrind.org">
<!ENTITY vg-vemail "valgrind@valgrind.org">
+<!ENTITY cl-email "Josef.Weidendorfer@gmx.de">
<!ENTITY vg-lifespan "2000-2009">
<!-- valgrind release + version stuff -->
@@ -20,3 +21,6 @@
<!ENTITY vg-repo-url "http://www.valgrind.org/downloads/repository.html">
<!ENTITY vg-pubs-url "http://www.valgrind.org/docs/pubs.html">
<!ENTITY vg-docs-url "http://www.valgrind.org/docs/manual/index.html">
+<!ENTITY cl-gui-url "http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindIndex">
+
+