]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix inaccuracies in #12.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 19 Aug 2003 07:50:24 +0000 (07:50 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 19 Aug 2003 07:50:24 +0000 (07:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1801

FAQ.txt

diff --git a/FAQ.txt b/FAQ.txt
index ee7db4b57e6471204c41638436a2287055a110f0..30fe012349b60f41d43667f2be94b40ff37f9d2e 100644 (file)
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -211,8 +211,9 @@ A12. One possible cause is that your program modifies its
      all.  Valgrind relies on the LD_PRELOAD, LD_LIBRARY_PATH and
      VG_ARGS variables.  Zeroing them will break things.
 
-     As of 1.9.6, Valgrind only uses these variables with 
-     --trace-children=yes, which should reduce the potential for
+     As of 1.9.6, Valgrind only uses these variables with
+     --trace-children=no, when executing execve() or using the
+     --stop-after=yes flag.  This should reduce the potential for
      problems.
 
 -----------------------------------------------------------------