|
From: <sv...@va...> - 2009-05-17 18:54:33
|
Author: sewardj Date: 2009-05-17 19:54:29 +0100 (Sun, 17 May 2009) New Revision: 9868 Log: Produce the "--tool=" documentation in the same style as all the other flags. Modified: branches/MESSAGING_TIDYUP/docs/xml/manual-core.xml Modified: branches/MESSAGING_TIDYUP/docs/xml/manual-core.xml =================================================================== --- branches/MESSAGING_TIDYUP/docs/xml/manual-core.xml 2009-05-17 18:40:16 UTC (rev 9867) +++ branches/MESSAGING_TIDYUP/docs/xml/manual-core.xml 2009-05-17 18:54:29 UTC (rev 9868) @@ -575,14 +575,20 @@ <para>The single most important option.</para> -<itemizedlist> - <listitem id="tool_name"> - <para><option>--tool=<name></option> [default=memcheck]</para> - <para>Run the Valgrind tool called <emphasis>name</emphasis>, - e.g. Memcheck, Cachegrind, etc.</para> - </listitem> -</itemizedlist> +<variablelist> + <varlistentry id="tool_name" xreflabel="--tool"> + <term> + <option><![CDATA[--tool=<name> [default: memcheck] ]]></option> + </term> + <listitem> + <para>Run the Valgrind tool called <emphasis>name</emphasis>, + e.g. Memcheck, Cachegrind, etc.</para> + </listitem> + </varlistentry> + +</variablelist> + </sect2> |