From: Julian Seward Date: Wed, 28 Nov 2007 01:55:29 +0000 (+0000) Subject: - Remove extraneous 'o' (will be stored in svn server for possible X-Git-Tag: svn/VALGRIND_3_3_0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc4ae0c18f32ecb1c9e1446b849e9dd9cc0508b;p=thirdparty%2Fvalgrind.git - Remove extraneous 'o' (will be stored in svn server for possible future use) - Fix tag - Fix long line which wraps around in html output git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7247 --- diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index fc4a48e24b..95eb5df73b 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -635,7 +635,7 @@ categories. default. Note that Valgrind does trace into the child of a - fork (it would be difficult not too, since + fork (it would be difficult not to, since fork makes an identical copy of a process), so this option is arguably badly named. However, most children of fork calls immediately call exec diff --git a/massif/docs/ms-manual.xml b/massif/docs/ms-manual.xml index 6a1a34e84a..8e9892991a 100644 --- a/massif/docs/ms-manual.xml +++ b/massif/docs/ms-manual.xml @@ -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 --peak-inaccuracy option below for more -details. +details. The following graph is from an execution of Konqueror, the KDE web browser. It shows what graphs for larger programs look like. @@ -296,7 +296,8 @@ browser. It shows what graphs for larger programs look like. 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)] ]]> Note that the larger size units are KB, MB, GB, etc. As is typical