|
From: Mark W. <ma...@so...> - 2020-05-13 15:59:01
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=ec37306c12f38d38b7f5e5f365ed011cf2702089 commit ec37306c12f38d38b7f5e5f365ed011cf2702089 Author: Mark Wielaard <ma...@kl...> Date: Wed May 13 14:03:27 2020 +0200 Make FAQ.xml xmllint clean. Diff: --- docs/xml/FAQ.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/FAQ.xml b/docs/xml/FAQ.xml index b124606282..9919c8d40c 100644 --- a/docs/xml/FAQ.xml +++ b/docs/xml/FAQ.xml @@ -401,7 +401,7 @@ Invalid write of size 1 nature of the way Valgrind works that it cannot exactly replicate a native execution environment. In the case where your program crashes due to a memory error when run natively but not when run under Valgrind, - in most cases Memcheck should identify the bad memory operation.</para>. + in most cases Memcheck should identify the bad memory operation.</para> </answer> </qandaentry> @@ -629,7 +629,7 @@ is built standalone as FAQ.txt. That's why we link to, for example, the online copy of the manual. --> <qandaentry id="e-help"> - <!-- <question><para/></question> --> + <question><para>Where can I get more help?</para></question> <answer id="a-help"> <para>Read the appropriate section(s) of the <ulink url="&vg-docs-url;">Valgrind Documentation</ulink>.</para> |