|
From: <sv...@va...> - 2005-09-12 19:27:25
|
Author: njn Date: 2005-09-12 20:27:20 +0100 (Mon, 12 Sep 2005) New Revision: 191 Log: Clarify 'valgrind -v' instruction. Modified: trunk/support/bug_reports.html Modified: trunk/support/bug_reports.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/support/bug_reports.html 2005-09-02 10:13:54 UTC (rev 190) +++ trunk/support/bug_reports.html 2005-09-12 19:27:20 UTC (rev 191) @@ -35,7 +35,8 @@ <p>When you report a bug, please give the following information:</p> <ul> <li>The output of <code>uname -a</code>.</li> - <li>The full output of <code>valgrind -v</code>.</li> + <li>The full output you get when you run your program under Valgrind + with the <code>-v</code> flag.</li> </ul> =20 <p>If you can produce a small test program that exposes the |