|
From: Philippe W. <phi...@so...> - 2017-08-15 21:23:39
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=3e35ebc46492ed9d91fc42e05e4f0c77521dbd76 commit 3e35ebc46492ed9d91fc42e05e4f0c77521dbd76 Author: Philippe Waroquiers <phi...@sk...> Date: Tue Aug 15 23:06:28 2017 +0200 Small improvement to user manual: capitalise one occurence of memcheck Diff: --- docs/xml/manual-core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index 24b2bcf..c88bffe 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -399,7 +399,7 @@ Valgrind prints out one line for each used suppression, giving the number of tim it got used, its name and the filename and line number where the suppression is defined. Depending on the suppression kind, the filename and line number are optionally followed by additional information (such as the number of blocks and bytes suppressed -by a memcheck leak suppression). Here's the suppressions used by a +by a Memcheck leak suppression). Here's the suppressions used by a run of <computeroutput>valgrind -v --tool=memcheck ls -l</computeroutput>:</para> <programlisting><![CDATA[ |