From: Nicholas Nethercote Date: Fri, 11 Mar 2005 02:43:17 +0000 (+0000) Subject: Fix broken xml tags. X-Git-Tag: svn/VALGRIND_3_0_0~1051 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0331bb5f9e2fe5a6c3976a229b89e6e298eefaae;p=thirdparty%2Fvalgrind.git Fix broken xml tags. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3267 --- diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index 8103d81c3c..e1f7b03be0 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -737,7 +737,7 @@ errors, e.g. Memcheck, but not Cachegrind. --gen-suppressions=yes --gen-suppressions=all - When set to yes, Valgrind + When set to yes, Valgrind will pause after every error shown, and print the line: ---- Print suppression ? --- [Return/N/n/Y/y/C/c] ---- @@ -750,7 +750,7 @@ errors, e.g. Memcheck, but not Cachegrind. suppression file if you don't want to hear about the error in the future. - When set to all, Valgrind + When set to all, Valgrind will print a suppression for every reported error, without querying the user.