From: Nicholas Nethercote Date: Fri, 3 Nov 2006 19:54:45 +0000 (+0000) Subject: Fix a man page bug. X-Git-Tag: svn/VALGRIND_3_2_1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=beb60c9fc1fad480b13b1a1910fdd575dacf1b73;p=thirdparty%2Fvalgrind.git Fix a man page bug. MERGED FROM TRUNK git-svn-id: svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_2_1@6346 --- diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index 410ede7ef8..c6391edb91 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -191,11 +191,10 @@ the following problems: Controls whether memcheck detects - dangerous uses of undefined value errors. When - yes, 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 + no if you don't like seeing undefined value + errors; it also has the side effect of speeding + memcheck up somewhat.