]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
updated the info about the default.supp file.
authorFrédéric Gobry <frederic.gobry@epfl.ch>
Fri, 5 Apr 2002 06:56:07 +0000 (06:56 +0000)
committerFrédéric Gobry <frederic.gobry@epfl.ch>
Fri, 5 Apr 2002 06:56:07 +0000 (06:56 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@46

README

diff --git a/README b/README
index d683e2de17d0f9f8890310b08fdd6c1982a7abc3..1e7534ceb4a2aa89888c9aa6d6f4d99cd0aa464e 100644 (file)
--- a/README
+++ b/README
@@ -82,13 +82,16 @@ Once step 5 is successful, you can now use valgrind.  Documentation
 is in docs/manual.html.  The following auxiliary steps may enhance
 your valgrinding experience, though.
 
-3.  Add enough suppressions to the suppression file for your kernel
-    (linux24.supp for instance) so that
+6.  Create a file containing  enough suppressions so that
        ./valgrind xedit
     runs without generating any errors.  This means you've more
     or less suppressed all the scummy errors from the X11 base
     libraries and from glibc, which will make it easier to spot
-    genuine errors in your own code.
+    genuine errors in your own code. The default.supp file
+    should contains a good starting point. Do *not* edit this file
+    however, as it will be overwritten at the next installation of
+    valgrind.
+
 
 Julian Seward (jseward@acm.org)
 15 Feb 2002