From: Philippe Waroquiers Date: Mon, 5 Jan 2015 17:00:54 +0000 (+0000) Subject: Small doc improvement: make more clear that --show-leak-kinds and --errors-for-leak... X-Git-Tag: svn/VALGRIND_3_11_0~734 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f8b8d691819056437a492bbea34371e768a7093;p=thirdparty%2Fvalgrind.git Small doc improvement: make more clear that --show-leak-kinds and --errors-for-leak-kinds have an effect only for a full leak search. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14852 --- diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index 9ae7c67f28..7d84dc560f 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -739,8 +739,10 @@ is When enabled, search for memory leaks when the client program finishes. If set to summary, it says how many leaks occurred. If set to full or - yes, it also gives details of each individual - leak. + yes, each individual leak will be shown + in detail and/or counted as an error, as specified by the options + and + . @@ -773,8 +775,8 @@ is - Specifies the leak kinds to show in a full leak search, in - one of the following ways: + Specifies the leak kinds to show in a full + leak search, in one of the following ways: a comma separated list of one or more of @@ -798,7 +800,8 @@ is - Specifies the leak kinds to count as errors in a full leak search. The + Specifies the leak kinds to count as errors in a + full leak search. The is specified similarly to