]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
- Remove extraneous 'o' (will be stored in svn server for possible
authorJulian Seward <jseward@acm.org>
Wed, 28 Nov 2007 01:55:29 +0000 (01:55 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 28 Nov 2007 01:55:29 +0000 (01:55 +0000)
  future use)

- Fix tag

- Fix long line which wraps around in html output

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7247

docs/xml/manual-core.xml
massif/docs/ms-manual.xml

index fc4a48e24ba0f5e7d0edb945d06f3b63360d2e0a..95eb5df73b286361b51270e49f04eb54650be974 100644 (file)
@@ -635,7 +635,7 @@ categories.</para>
       default.  
       </para>
       <para>Note that Valgrind does trace into the child of a
-      <varname>fork</varname> (it would be difficult not too, since
+      <varname>fork</varname> (it would be difficult not to, since
       <varname>fork</varname> makes an identical copy of a process), so this
       option is arguably badly named.  However, most children of
       <varname>fork</varname> calls immediately call <varname>exec</varname>
index 6a1a34e84a011beed538db88c826a31667562e88..8e9892991aa65294eea51dcacb1ded7fad76675f 100644 (file)
@@ -266,7 +266,7 @@ the regular snapshots.  However, recording the true peak is expensive, and
 so by default Massif records a peak whose size is within 1% of the size of
 the true peak.  See the description of the
 <computeroutput>--peak-inaccuracy</computeroutput> option below for more
-details.</peak>
+details.</para>
 
 <para>The following graph is from an execution of Konqueror, the KDE web
 browser.  It shows what graphs for larger programs look like.</para>
@@ -296,7 +296,8 @@ browser.  It shows what graphs for larger programs look like.</para>
      0                                                                   626.4
 
 Number of snapshots: 63
- Detailed snapshots: [3, 4, 10, 11, 15, 16, 29, 33, 34, 36, 39, 41, 42, 43, 44, 49, 50, 51, 53, 55, 56, 57 (peak)]
+ Detailed snapshots: [3, 4, 10, 11, 15, 16, 29, 33, 34, 36, 39, 41,
+                      42, 43, 44, 49, 50, 51, 53, 55, 56, 57 (peak)]
 ]]></screen>
 
 <para>Note that the larger size units are KB, MB, GB, etc.  As is typical