|
From: <sv...@va...> - 2007-11-28 01:55:28
|
Author: sewardj
Date: 2007-11-28 01:55:29 +0000 (Wed, 28 Nov 2007)
New Revision: 7247
Log:
- Remove extraneous 'o' (will be stored in svn server for possible
future use)
- Fix tag
- Fix long line which wraps around in html output
Modified:
trunk/docs/xml/manual-core.xml
trunk/massif/docs/ms-manual.xml
Modified: trunk/docs/xml/manual-core.xml
===================================================================
--- trunk/docs/xml/manual-core.xml 2007-11-28 01:50:55 UTC (rev 7246)
+++ trunk/docs/xml/manual-core.xml 2007-11-28 01:55:29 UTC (rev 7247)
@@ -635,7 +635,7 @@
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>
Modified: trunk/massif/docs/ms-manual.xml
===================================================================
--- trunk/massif/docs/ms-manual.xml 2007-11-28 01:50:55 UTC (rev 7246)
+++ trunk/massif/docs/ms-manual.xml 2007-11-28 01:55:29 UTC (rev 7247)
@@ -266,7 +266,7 @@
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 @@
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
|