From: Philippe Waroquiers Date: Sun, 20 Oct 2013 17:12:16 +0000 (+0000) Subject: Two small wording fixes in manual X-Git-Tag: svn/VALGRIND_3_9_0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f7d2ae06662f5917bb31352a779f0eb8253f94a;p=thirdparty%2Fvalgrind.git Two small wording fixes in manual git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13667 --- diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index 8aa7f32777..4a80448510 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -1844,7 +1844,7 @@ need to use them. A value of 1 will cause stack traces of simple recursive algorithms (for example, a factorial implementation) to be collapsed. A value of 2 will usually be needed to collapsed stack traces produced - by recursive algorithms such binary trees, quick sort, ... + by recursive algorithms such as binary trees, quick sort, ... Higher values might be needed for more complex recursive algorithms. Note: recursive calls are detected based on program counters. @@ -1868,7 +1868,7 @@ need to use them. program is big, increasing the number of sectors may improve performance by reducing the number of re-translations needed. Sectors are allocated on demand. Once allocated, a sector can - never be freed, and occupies considerable space, on the tool + never be freed, and occupies considerable space, depending on the tool (about 40 MB per sector for Memcheck). Use the option to obtain precise information about the memory used by a sector and the allocation