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

git-svn-id: svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_2_1@6346

memcheck/docs/mc-manual.xml

index 410ede7ef8f5d164c3ea87398e800069ffd9a39c..c6391edb9111fb69959156e466922df8b7aa8ea4 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>