|
From: Miroslav F. <mf...@re...> - 2013-12-11 22:58:33
Attachments:
memcheck-part-of-manpage-mucked.patch
|
Hello, today I noticed that "memcheck options" section of valgrind man page seems to be somehow mucked. It looks like missing paragraph tags. Those are otherwise everywhere else. |
|
From: Philippe W. <phi...@sk...> - 2013-12-11 23:21:56
|
On Wed, 2013-12-11 at 23:58 +0100, Miroslav Franc wrote: > Hello, today I noticed that "memcheck options" section of valgrind man > page seems to be somehow mucked. It looks like missing paragraph > tags. Those are otherwise everywhere else. The online manual looks ok, see http://www.valgrind.org/docs/manual/mc-manual.html#mc-manual.options Maybe the best is to file a bug in bugzilla, detailing more precisely the problem, what the problem symptoms are (and attaching the below patch). Thanks Philippe > > differences between files attachment > (memcheck-part-of-manpage-mucked.patch), "missing para tag" > diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml > index a53bf86..4c12082 100644 > --- a/memcheck/docs/mc-manual.xml > +++ b/memcheck/docs/mc-manual.xml > @@ -610,14 +610,14 @@ when <option>--leak-check=full</option> is specified. </para> > in one of the following ways: > > <itemizedlist> > - <listitem>a comma separated list of one or more of > - <option>definite indirect possible reachable</option>. > + <listitem><para>a comma separated list of one or more of > + <option>definite indirect possible reachable</option>.</para> > </listitem> > > - <listitem><option>all</option> to specify the complete set (all leak kinds). > + <listitem><para><option>all</option> to specify the complete set (all leak kinds).</para> > </listitem> > > - <listitem><option>none</option> for the empty set. > + <listitem><para><option>none</option> for the empty set.</para> > </listitem> > </itemizedlist> > > @@ -721,16 +721,16 @@ is <option>--errors-for-leak-kinds=definite,possible</option> > one of the following ways: > > <itemizedlist> > - <listitem>a comma separated list of one or more of > - <option>definite indirect possible reachable</option>. > + <listitem><para>a comma separated list of one or more of > + <option>definite indirect possible reachable</option>.</para> > </listitem> > > - <listitem><option>all</option> to specify the complete set (all leak kinds). > + <listitem><para><option>all</option> to specify the complete set (all leak kinds). > It is equivalent to > - <option>--show-leak-kinds=definite,indirect,possible,reachable</option>. > + <option>--show-leak-kinds=definite,indirect,possible,reachable</option>.</para> > </listitem> > > - <listitem><option>none</option> for the empty set. > + <listitem><para><option>none</option> for the empty set.</para> > </listitem> > </itemizedlist> > </para> > @@ -763,17 +763,17 @@ is <option>--errors-for-leak-kinds=definite,possible</option> > The heuristic set is specified in one of the following ways: > > <itemizedlist> > - <listitem>a comma separated list of one or more of > - <option>stdstring newarray multipleinheritance</option>. > + <listitem><para>a comma separated list of one or more of > + <option>stdstring newarray multipleinheritance</option>.</para> > </listitem> > > - <listitem><option>all</option> to activate the complete set of > - heuristics. > + <listitem><para><option>all</option> to activate the complete set of > + heuristics. > It is equivalent to > - <option>--leak-check-heuristics=stdstring,newarray,multipleinheritance</option>. > + <option>--leak-check-heuristics=stdstring,newarray,multipleinheritance</option>.</para> > </listitem> > > - <listitem><option>none</option> for the empty set. > + <listitem><para><option>none</option> for the empty set.</para> > </listitem> > </itemizedlist> > </para> > @@ -797,18 +797,24 @@ is <option>--errors-for-leak-kinds=definite,possible</option> > <para>These options provide an alternative way to specify the leak kinds to show: > <itemizedlist> > <listitem> > + <para> > <option>--show-reachable=no --show-possibly-lost=yes</option> is equivalent to > <option>--show-leak-kinds=definite,possible</option>. > + </para> > </listitem> > <listitem> > + <para> > <option>--show-reachable=no --show-possibly-lost=no</option> is equivalent to > <option>--show-leak-kinds=definite</option>. > + </para> > </listitem> > <listitem> > + <para> > <option>--show-reachable=yes</option> is equivalent to > <option>--show-leak-kinds=all</option>. > Note that <option>--show-possibly-lost=no</option> has no effect > if <option>--show-reachable=yes</option> is specified. > + </para> > </listitem> > </itemizedlist> > </para> > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ Valgrind-developers mailing list Val...@li... https://lists.sourceforge.net/lists/listinfo/valgrind-developers |