https://sourceware.org/cgit/valgrind/commit/?id=da81ebf0c53e9d3afd126416d4714cbe5f20120a
commit da81ebf0c53e9d3afd126416d4714cbe5f20120a
Author: Mark Wielaard <ma...@kl...>
Date: Sun Sep 21 21:38:15 2025 +0200
docs/xml/FAQ.xml: listitems contain paras, not raw CDATA
Fixes: b5c89ee9839a ("Doc: add item on tcmalloc >= 2.16 hangs to FAQ")
Diff:
---
docs/xml/FAQ.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/xml/FAQ.xml b/docs/xml/FAQ.xml
index bb84f3ee79..5d458a01be 100644
--- a/docs/xml/FAQ.xml
+++ b/docs/xml/FAQ.xml
@@ -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>
|