From ec37306c12f38d38b7f5e5f365ed011cf2702089 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 13 May 2020 14:03:27 +0200 Subject: [PATCH] Make FAQ.xml xmllint clean. --- 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 b12460628..9919c8d40 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.. + in most cases Memcheck should identify the bad memory operation. @@ -629,7 +629,7 @@ is built standalone as FAQ.txt. That's why we link to, for example, the online copy of the manual. --> - + Where can I get more help? Read the appropriate section(s) of the Valgrind Documentation. -- 2.11.4.GIT