]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Improve formatting of a command.
authorNicholas Nethercote <njn@valgrind.org>
Thu, 30 Jul 2009 02:27:17 +0000 (02:27 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 30 Jul 2009 02:27:17 +0000 (02:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10658

exp-bbv/docs/bbv-manual.xml

index 25d7a467d709eeb9f9a1f7a72dd9c5db0d7d7973..60c53327107718e3cf47419601be1929a46fac41 100644 (file)
@@ -75,11 +75,12 @@ command line.</para>
    Assuming you have downloaded SimPoint 3.2 and compiled it,
    create SimPoint results with a command like the following:
       
-   <computeroutput>./SimPoint.3.2/bin/simpoint -inputVectorsGzipped \
-           -loadFVFile bb.out.1234.gz \
-          -k 5 -saveSimpoints results.simpts \
-          -saveSimpointWeights results.weights
-   </computeroutput>
+   <programlisting><![CDATA[
+./SimPoint.3.2/bin/simpoint -inputVectorsGzipped \
+    -loadFVFile bb.out.1234.gz \
+    -k 5 -saveSimpoints results.simpts \
+    -saveSimpointWeights results.weights]]></programlisting>
+
    where bb.out.1234.gz is your compressed basic block vector file
    generated by Valgrind exp-bbv.
 </para>