]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a man page bug.
authorNicholas Nethercote <njn@valgrind.org>
Fri, 3 Nov 2006 19:54:21 +0000 (19:54 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 3 Nov 2006 19:54:21 +0000 (19:54 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6345

memcheck/docs/mc-manual.xml

index 8b0ca52191a83f0a039750011a9083646a7edbf7..3beb225938e1c7291646b04d16d0d81282cfbbdc 100644 (file)
@@ -191,11 +191,10 @@ the following problems:</para>
     </term>
     <listitem>
       <para>Controls whether <constant>memcheck</constant> detects
-      dangerous uses of undefined value errors.  When
-      <varname>yes</varname>, Memcheck behaves like Addrcheck, a lightweight
-      memory-checking tool that used to be part of Valgrind, which didn't
-      detect undefined value errors.  Use this option if you don't like
-      seeing undefined value errors.
+      dangerous uses of undefined value errors.  Set this to
+      <varname>no</varname> if you don't like seeing undefined value
+      errors; it also has the side effect of speeding
+      <constant>memcheck</constant> up somewhat.
       </para>
     </listitem>
   </varlistentry>