From: Nicholas Nethercote Date: Thu, 30 Jul 2009 02:27:17 +0000 (+0000) Subject: Improve formatting of a command. X-Git-Tag: svn/VALGRIND_3_5_0~192 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8d3c302c04f198d8631d161a2405d1264a4a2b4;p=thirdparty%2Fvalgrind.git Improve formatting of a command. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10658 --- diff --git a/exp-bbv/docs/bbv-manual.xml b/exp-bbv/docs/bbv-manual.xml index 25d7a467d7..60c5332710 100644 --- a/exp-bbv/docs/bbv-manual.xml +++ b/exp-bbv/docs/bbv-manual.xml @@ -75,11 +75,12 @@ command line. Assuming you have downloaded SimPoint 3.2 and compiled it, create SimPoint results with a command like the following: - ./SimPoint.3.2/bin/simpoint -inputVectorsGzipped \ - -loadFVFile bb.out.1234.gz \ - -k 5 -saveSimpoints results.simpts \ - -saveSimpointWeights results.weights - + + where bb.out.1234.gz is your compressed basic block vector file generated by Valgrind exp-bbv.