Blame SOURCES/valgrind-3.9.0-manpage-memcheck-options.patch

12d916
commit 323d397747ff81a5706cce63f45cc1b2109db252
12d916
Author: mjw <mjw@a5019735-40e9-0310-863c-91ae7b9d1cf9>
12d916
Date:   Thu Dec 12 21:20:48 2013 +0000
12d916
12d916
    Bug 328711 valgrind.1 manpage "memcheck options" section is badly generated
12d916
    
12d916
    Add missing para tags inside listitems. (Miroslav Franc, mfranc@redhat.com)
12d916
    
12d916
    git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13758 a5019735-40e9-0310-863c-91ae7b9d1cf9
12d916
12d916
diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml
12d916
index a53bf86..e913e89 100644
12d916
--- a/memcheck/docs/mc-manual.xml
12d916
+++ b/memcheck/docs/mc-manual.xml
12d916
@@ -610,14 +610,14 @@ when <option>--leak-check=full</option> is specified. </para>
12d916
 in one of the following ways:
12d916
 
12d916
 <itemizedlist>
12d916
-  <listitem>a comma separated list of one or more of
12d916
-    <option>definite indirect possible reachable</option>.
12d916
+  <listitem><para>a comma separated list of one or more of
12d916
+    <option>definite indirect possible reachable</option>.</para>
12d916
   </listitem>
12d916
 
12d916
-  <listitem><option>all</option> to specify the complete set (all leak kinds).
12d916
+  <listitem><para><option>all</option> to specify the complete set (all leak kinds).</para>
12d916
   </listitem>
12d916
 
12d916
-  <listitem><option>none</option> for the empty set.
12d916
+  <listitem><para><option>none</option> for the empty set.</para>
12d916
   </listitem>
12d916
 </itemizedlist>
12d916
 
12d916
@@ -721,16 +721,16 @@ is <option>--errors-for-leak-kinds=definite,possible</option>
12d916
       one of the following ways:
12d916
 
12d916
         <itemizedlist>
12d916
-          <listitem>a comma separated list of one or more of
12d916
-            <option>definite indirect possible reachable</option>.
12d916
+          <listitem><para>a comma separated list of one or more of
12d916
+            <option>definite indirect possible reachable</option>.</para>
12d916
           </listitem>
12d916
           
12d916
-          <listitem><option>all</option> to specify the complete set (all leak kinds).
12d916
+          <listitem><para><option>all</option> to specify the complete set (all leak kinds).
12d916
             It is equivalent to
12d916
-            <option>--show-leak-kinds=definite,indirect,possible,reachable</option>.
12d916
+            <option>--show-leak-kinds=definite,indirect,possible,reachable</option>.</para>
12d916
           </listitem>
12d916
           
12d916
-          <listitem><option>none</option> for the empty set.
12d916
+          <listitem><para><option>none</option> for the empty set.</para>
12d916
           </listitem>
12d916
         </itemizedlist>
12d916
       </para>
12d916
@@ -763,17 +763,17 @@ is <option>--errors-for-leak-kinds=definite,possible</option>
12d916
         The heuristic set is specified in one of the following ways:
12d916
 
12d916
         <itemizedlist>
12d916
-          <listitem>a comma separated list of one or more of
12d916
-            <option>stdstring newarray multipleinheritance</option>.
12d916
+          <listitem><para>a comma separated list of one or more of
12d916
+            <option>stdstring newarray multipleinheritance</option>.</para>
12d916
           </listitem>
12d916
           
12d916
-          <listitem><option>all</option> to activate the complete set of
12d916
+          <listitem><para><option>all</option> to activate the complete set of
12d916
             heuristics.
12d916
             It is equivalent to
12d916
-            <option>--leak-check-heuristics=stdstring,newarray,multipleinheritance</option>.
12d916
+            <option>--leak-check-heuristics=stdstring,newarray,multipleinheritance</option>.</para>
12d916
           </listitem>
12d916
           
12d916
-          <listitem><option>none</option> for the empty set.
12d916
+          <listitem><para><option>none</option> for the empty set.</para>
12d916
           </listitem>
12d916
         </itemizedlist>
12d916
       </para>
12d916
@@ -797,18 +797,24 @@ is <option>--errors-for-leak-kinds=definite,possible</option>
12d916
       <para>These options provide an alternative way to specify the leak kinds to show:
12d916
         <itemizedlist>
12d916
           <listitem>
12d916
+	    <para>
12d916
             <option>--show-reachable=no --show-possibly-lost=yes</option> is equivalent to
12d916
             <option>--show-leak-kinds=definite,possible</option>.
12d916
+	    </para>
12d916
           </listitem>
12d916
           <listitem>
12d916
+	    <para>
12d916
             <option>--show-reachable=no --show-possibly-lost=no</option> is equivalent to
12d916
             <option>--show-leak-kinds=definite</option>.
12d916
+	    </para>
12d916
           </listitem>
12d916
           <listitem>
12d916
+	    <para>
12d916
             <option>--show-reachable=yes</option> is equivalent to
12d916
             <option>--show-leak-kinds=all</option>.
12d916
             Note that  <option>--show-possibly-lost=no</option> has no effect
12d916
             if <option>--show-reachable=yes</option> is specified.
12d916
+	    </para>
12d916
           </listitem>
12d916
         </itemizedlist>
12d916
       </para>
12d916
--- valgrind-3.9.0/docs/valgrind.1.orig	2013-12-12 22:34:11.912168437 +0100
12d916
+++ valgrind-3.9.0/docs/valgrind.1	2013-12-12 22:34:18.686421525 +0100
12d916
@@ -2,12 +2,12 @@
12d916
 .\"     Title: VALGRIND
12d916
 .\"    Author: [see the "Author" section]
12d916
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
12d916
-.\"      Date: 11/01/2013
12d916
+.\"      Date: 12/12/2013
12d916
 .\"    Manual: Release 3.9.0
12d916
 .\"    Source: Release 3.9.0
12d916
 .\"  Language: English
12d916
 .\"
12d916
-.TH "VALGRIND" "1" "11/01/2013" "Release 3.9.0" "Release 3.9.0"
12d916
+.TH "VALGRIND" "1" "12/12/2013" "Release 3.9.0" "Release 3.9.0"
12d916
 .\" -----------------------------------------------------------------
12d916
 .\" * Define some portability stuff
12d916
 .\" -----------------------------------------------------------------
12d916
@@ -1080,8 +1080,8 @@
12d916
 .IP \(bu 2.3
12d916
 .\}
12d916
 a comma separated list of one or more of
12d916
-            \fBdefinite indirect possible reachable\fR\&.
12d916
-          .RE
12d916
+\fBdefinite indirect possible reachable\fR\&.
12d916
+.RE
12d916
 .sp
12d916
 .RS 4
12d916
 .ie n \{\
12d916
@@ -1091,10 +1091,10 @@
12d916
 .sp -1
12d916
 .IP \(bu 2.3
12d916
 .\}
12d916
-\fBall\fR to specify the complete set (all leak kinds)\&.
12d916
-            It is equivalent to
12d916
-            \fB\-\-show\-leak\-kinds=definite,indirect,possible,reachable\fR\&.
12d916
-          .RE
12d916
+\fBall\fR
12d916
+to specify the complete set (all leak kinds)\&. It is equivalent to
12d916
+\fB\-\-show\-leak\-kinds=definite,indirect,possible,reachable\fR\&.
12d916
+.RE
12d916
 .sp
12d916
 .RS 4
12d916
 .ie n \{\
12d916
@@ -1104,8 +1104,9 @@
12d916
 .sp -1
12d916
 .IP \(bu 2.3
12d916
 .\}
12d916
-\fBnone\fR for the empty set\&.
12d916
-          .RE
12d916
+\fBnone\fR
12d916
+for the empty set\&.
12d916
+.RE
12d916
 .sp
12d916
 .RE
12d916
 .PP
12d916
@@ -1130,8 +1131,8 @@
12d916
 .IP \(bu 2.3
12d916
 .\}
12d916
 a comma separated list of one or more of
12d916
-            \fBstdstring newarray multipleinheritance\fR\&.
12d916
-          .RE
12d916
+\fBstdstring newarray multipleinheritance\fR\&.
12d916
+.RE
12d916
 .sp
12d916
 .RS 4
12d916
 .ie n \{\
12d916
@@ -1141,11 +1142,10 @@
12d916
 .sp -1
12d916
 .IP \(bu 2.3
12d916
 .\}
12d916
-\fBall\fR to activate the complete set of
12d916
-            heuristics\&.
12d916
-            It is equivalent to
12d916
-            \fB\-\-leak\-check\-heuristics=stdstring,newarray,multipleinheritance\fR\&.
12d916
-          .RE
12d916
+\fBall\fR
12d916
+to activate the complete set of heuristics\&. It is equivalent to
12d916
+\fB\-\-leak\-check\-heuristics=stdstring,newarray,multipleinheritance\fR\&.
12d916
+.RE
12d916
 .sp
12d916
 .RS 4
12d916
 .ie n \{\
12d916
@@ -1155,8 +1155,9 @@
12d916
 .sp -1
12d916
 .IP \(bu 2.3
12d916
 .\}
12d916
-\fBnone\fR for the empty set\&.
12d916
-          .RE
12d916
+\fBnone\fR
12d916
+for the empty set\&.
12d916
+.RE
12d916
 .sp
12d916
 Note that these heuristics are dependent on the layout of the objects produced by the C++ compiler\&. They have been tested with some gcc versions (e\&.g\&. 4\&.4 and 4\&.7)\&. They might not work properly with other C++ compilers\&.
12d916
 .RE
12d916
@@ -1173,9 +1174,10 @@
12d916
 .sp -1
12d916
 .IP \(bu 2.3
12d916
 .\}
12d916
-\fB\-\-show\-reachable=no \-\-show\-possibly\-lost=yes\fR is equivalent to
12d916
-            \fB\-\-show\-leak\-kinds=definite,possible\fR\&.
12d916
-          .RE
12d916
+\fB\-\-show\-reachable=no \-\-show\-possibly\-lost=yes\fR
12d916
+is equivalent to
12d916
+\fB\-\-show\-leak\-kinds=definite,possible\fR\&.
12d916
+.RE
12d916
 .sp
12d916
 .RS 4
12d916
 .ie n \{\
12d916
@@ -1185,9 +1187,10 @@
12d916
 .sp -1
12d916
 .IP \(bu 2.3
12d916
 .\}
12d916
-\fB\-\-show\-reachable=no \-\-show\-possibly\-lost=no\fR is equivalent to
12d916
-            \fB\-\-show\-leak\-kinds=definite\fR\&.
12d916
-          .RE
12d916
+\fB\-\-show\-reachable=no \-\-show\-possibly\-lost=no\fR
12d916
+is equivalent to
12d916
+\fB\-\-show\-leak\-kinds=definite\fR\&.
12d916
+.RE
12d916
 .sp
12d916
 .RS 4
12d916
 .ie n \{\
12d916
@@ -1197,11 +1200,14 @@
12d916
 .sp -1
12d916
 .IP \(bu 2.3
12d916
 .\}
12d916
-\fB\-\-show\-reachable=yes\fR is equivalent to
12d916
-            \fB\-\-show\-leak\-kinds=all\fR\&.
12d916
-            Note that  \fB\-\-show\-possibly\-lost=no\fR has no effect
12d916
-            if \fB\-\-show\-reachable=yes\fR is specified\&.
12d916
-          .RE
12d916
+\fB\-\-show\-reachable=yes\fR
12d916
+is equivalent to
12d916
+\fB\-\-show\-leak\-kinds=all\fR\&. Note that
12d916
+\fB\-\-show\-possibly\-lost=no\fR
12d916
+has no effect if
12d916
+\fB\-\-show\-reachable=yes\fR
12d916
+is specified\&.
12d916
+.RE
12d916
 .sp
12d916
 .RE
12d916
 .PP