]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
blah
authorNicholas Nethercote <njn@valgrind.org>
Mon, 15 Aug 2005 04:44:26 +0000 (04:44 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 15 Aug 2005 04:44:26 +0000 (04:44 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4423

docs/xml/quick-start-guide.xml

index a743950f334db7f1140e5a9043d475e5a5275544..2a45f963926bc7648fecb70da482a1817045d3ab 100644 (file)
@@ -188,7 +188,8 @@ messages produced by a compiler, right?</para>
 
 <para>Memcheck also cannot detect every memory error your program has.  For
 example, it can't detect if you overrun the bounds of an array that is
-allocated statically or on the stack.</para>
+allocated statically or on the stack.  But it should detect every error that
+could crash your program (eg. cause a segmentation fault).</para>
 </sect1>
 
 <sect1 id="quick-start.info" xreflabel="More Information">