]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
docs/xml/FAQ.xml: listitems contain paras, not raw CDATA
authorMark Wielaard <mark@klomp.org>
Sun, 21 Sep 2025 19:38:15 +0000 (21:38 +0200)
committerMark Wielaard <mark@klomp.org>
Sun, 21 Sep 2025 19:38:36 +0000 (21:38 +0200)
Fixes: b5c89ee9839a ("Doc: add item on tcmalloc >= 2.16 hangs to FAQ")
docs/xml/FAQ.xml

index bb84f3ee79e93d0eedba39cb0ab9e6d83ad6c625..5d458a01be0284998065ab352da323a000efa2e3 100644 (file)
@@ -552,9 +552,9 @@ int main(void)
 
     <para>Your options are:
       <itemizedlist>
-        <listitem>Do not use tcmalloc in the builds that you test with Valgrind.</listitem>
-        <listitem>Use an older version of tcmalloc. This problem started on 2024-03-24.
-          If you use gperftools 2.15 or older you should not have this problem.</listitem>
+        <listitem><para>Do not use tcmalloc in the builds that you test with Valgrind.</para></listitem>
+        <listitem><para>Use an older version of tcmalloc. This problem started on 2024-03-24.
+          If you use gperftools 2.15 or older you should not have this problem.</para></listitem>
       </itemizedlist>
     </para>