]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
fix breakage/wibbles
authorNicholas Nethercote <njn@valgrind.org>
Mon, 25 Jul 2005 23:30:24 +0000 (23:30 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 25 Jul 2005 23:30:24 +0000 (23:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4261

cachegrind/docs/cg-manual.xml
memcheck/docs/mc-manual.xml

index 35b55eb0acea1e4ab67179484c9a5e1ed78933ec..88b93e8078e31dc4557323c66c5aec4a3880791f 100644 (file)
@@ -35,7 +35,7 @@ misses.  In particular, it records:</para>
   </listitem>
 </itemizedlist>
 
-<para>On a modern x86 machine, an L1 miss will typically cost
+<para>On a modern machine, an L1 miss will typically cost
 around 10 cycles, and an L2 miss can cost as much as 200
 cycles. Detailed cache profiling can be very useful for improving
 the performance of your program.</para>
index 744255b02c28211df4db6860b273febd91c3d2a4..ba0ea3c90c7b10ced9cc97909b21148fb63e64c0 100644 (file)
@@ -61,9 +61,8 @@ Memcheck can detect the following problems:</para>
 
 <itemizedlist id="leakcheck">
   <listitem>
-    <para><computeroutput>--leak-check=no</computeroutput>
-    <para><computeroutput>--leak-check=summary</computeroutput>
-    [default]</para>
+    <para><computeroutput>--leak-check=no</computeroutput></para>
+    <para><computeroutput>--leak-check=summary</computeroutput> [default]</para>
     <para><computeroutput>--leak-check=full</computeroutput></para>
     <para>When enabled, search for memory leaks when the client
     program finishes.  A memory leak means a malloc'd block,