|
From: <sv...@va...> - 2014-04-30 20:23:58
|
Author: philippe
Date: Wed Apr 30 20:23:47 2014
New Revision: 13920
Log:
Fix/improve user manual and man page derived from it.
The current manual and man page tells:
--tool=<toolname> [default: memcheck]
Run the Valgrind tool called toolname, e.g. Memcheck, Cachegrind, etc.
where the toolname examples do not list all the tools, and use uppercase
first letter, which is not understood.
So, use lower case, and give the list of all known tools.
Modified:
trunk/docs/xml/manual-core.xml
Modified: trunk/docs/xml/manual-core.xml
==============================================================================
--- trunk/docs/xml/manual-core.xml (original)
+++ trunk/docs/xml/manual-core.xml Wed Apr 30 20:23:47 2014
@@ -584,7 +584,8 @@
</term>
<listitem>
<para>Run the Valgrind tool called <varname>toolname</varname>,
- e.g. Memcheck, Cachegrind, etc.</para>
+ e.g. memcheck, cachegrind, callgrind, helgrind, drd, massif,
+ lackey, none, exp-sgcheck, exp-bbv, exp-dhat, etc.</para>
</listitem>
</varlistentry>
|