|
From: <sv...@va...> - 2005-11-18 22:10:00
|
Author: de
Date: 2005-11-18 22:09:58 +0000 (Fri, 18 Nov 2005)
New Revision: 5201
Log:
Minor doc tweaks, mostly white space
Modified:
trunk/addrcheck/docs/ac-manual.xml
trunk/cachegrind/docs/cg-manual.xml
trunk/memcheck/docs/mc-manual.xml
Modified: trunk/addrcheck/docs/ac-manual.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/addrcheck/docs/ac-manual.xml 2005-11-18 22:09:47 UTC (rev 5200)
+++ trunk/addrcheck/docs/ac-manual.xml 2005-11-18 22:09:58 UTC (rev 5201)
@@ -49,9 +49,8 @@
=20
=20
<para>Rather than duplicate much of the Memcheck docs here,=20
-users of Addrcheck are
-advised to read <xref linkend=3D"mc-manual.bugs"/>. Some important
-points:</para>
+users of Addrcheck are advised to read <xref linkend=3D"mc-manual.bugs"/=
>. =20
+Some important points:</para>
=20
<itemizedlist>
=20
Modified: trunk/cachegrind/docs/cg-manual.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cachegrind/docs/cg-manual.xml 2005-11-18 22:09:47 UTC (rev 5200=
)
+++ trunk/cachegrind/docs/cg-manual.xml 2005-11-18 22:09:58 UTC (rev 5201=
)
@@ -289,11 +289,9 @@
</itemizedlist>
=20
<para>The <computeroutput>.pid</computeroutput> suffix
-on the output file name=20
-serves
-two purposes. Firstly, it means you don't have to rename old log
-files that you don't want to overwrite. Secondly, and more
-importantly, it allows correct profiling with the
+on the output file name serves two purposes. Firstly, it means you=20
+don't have to rename old log files that you don't want to overwrite. =20
+Secondly, and more importantly, it allows correct profiling with the
<computeroutput>--trace-children=3Dyes</computeroutput> option of
programs that spawn child processes.</para>
=20
Modified: trunk/memcheck/docs/mc-manual.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/memcheck/docs/mc-manual.xml 2005-11-18 22:09:47 UTC (rev 5200)
+++ trunk/memcheck/docs/mc-manual.xml 2005-11-18 22:09:58 UTC (rev 5201)
@@ -124,11 +124,9 @@
that memory is not immediately made available for
re-allocation. Instead it is marked inaccessible and placed
in a queue of freed blocks. The purpose is to defer=20
- as long as possible
- the
- point at which freed-up memory comes back into circulation.
- This increases the chance that Memcheck will be able to
- detect invalid accesses to blocks for some significant period
+ as long as possible the point at which freed-up memory comes back=20
+ into circulation. This increases the chance that Memcheck will be=20
+ able to detect invalid accesses to blocks for some significant perio=
d
of time after they have been freed.</para>
<para>This flag specifies the maximum total size, in bytes,
of the blocks in the queue. The default value is five million
@@ -145,11 +143,10 @@
distance below the stack pointer are due to bugs in gcc
2.96, and does not report them. The "small distance" is 256
bytes by default. Note that gcc 2.96 is the default compiler
- on some older Linux distributions (RedHat 7.X)
- and so you may need to use this flag. Do not use it if
- you do not have to, as it can cause real errors to be
- overlooked. A better alternative is to use a more recent gcc/g++ in=
which
- this bug is fixed.</para>
+ on some older Linux distributions (RedHat 7.X) and so you may need t=
o use=20
+ this flag. Do not use it if you do not have to, as it can cause rea=
l errors=20
+ to be overlooked. A better alternative is to use a more recent gcc/=
g++ in=20
+ which this bug is fixed.</para>
</listitem>
=20
<listitem id=3D"partial">
|