]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Minor QSG tweaks.
authorNicholas Nethercote <njn@valgrind.org>
Fri, 18 Nov 2005 22:09:47 +0000 (22:09 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 18 Nov 2005 22:09:47 +0000 (22:09 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5200

docs/xml/quick-start-guide.xml

index 9486d01990075444106b503d24d7d24a500d1b1c..4d48dfe245c20e12023a00a90c3a22d734247efb 100644 (file)
@@ -175,7 +175,7 @@ Memcheck cannot tell you why the memory leaked, unfortunately.  (Ignore the
  </listitem>
 </itemizedlist>
 
-If you don't understand an error message, please consult
+If you don't understand an error message, please consult 
 <xref linkend="mc-manual.errormsgs"/> in the <xref linkend="manual"/> which has
 examples of all the error messages Memcheck produces.</para>
 </sect1>
@@ -183,11 +183,14 @@ examples of all the error messages Memcheck produces.</para>
 <sect1 id="quick-start.caveats" xreflabel="Caveats">
 <title>Caveats</title>
 <para>Memcheck is not perfect;  it occasionally produces false positives,
-and there are mechanisms for suppressing these (see
+and there are mechanisms for suppressing these (see 
 <xref linkend="manual-core.suppress"/> in the <xref linkend="manual"/>).
 However, it is typically right 99% of the time, so you should be wary of
 ignoring its error messages.  After all, you wouldn't ignore warning
-messages produced by a compiler, right?</para>
+messages produced by a compiler, right?  The suppression mechanism is also
+useful if Memcheck is reporting errors in library code that you cannot
+change;  the default suppression set hides a lot of these, but you may
+come across more.</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