blah



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4423 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/xml/quick-start-guide.xml b/docs/xml/quick-start-guide.xml
index a743950..2a45f96 100644
--- a/docs/xml/quick-start-guide.xml
+++ b/docs/xml/quick-start-guide.xml
@@ -188,7 +188,8 @@
 
 <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">