|
From: <sv...@va...> - 2009-08-10 00:48:43
|
Author: njn
Date: 2009-08-10 01:42:43 +0100 (Mon, 10 Aug 2009)
New Revision: 10757
Log:
Remove some cross-references that are broken in the man pages because they
only include a subset of the User Manual.
Modified:
trunk/callgrind/docs/cl-manual.xml
trunk/docs/xml/manual-core.xml
Modified: trunk/callgrind/docs/cl-manual.xml
===================================================================
--- trunk/callgrind/docs/cl-manual.xml 2009-08-09 23:27:00 UTC (rev 10756)
+++ trunk/callgrind/docs/cl-manual.xml 2009-08-10 00:42:43 UTC (rev 10757)
@@ -722,7 +722,12 @@
implicitly sets
<option>--collect-state=no</option>.</para>
<para>Collection state can be toggled also by inserting the client request
- <computeroutput><xref linkend="cr.toggle-collect"/>;</computeroutput>
+ <computeroutput>
+ <!-- commented out because it causes broken links in the man page
+ <xref linkend="cr.toggle-collect"/>;
+ -->
+ CALLGRIND_TOGGLE_COLLECT
+ ;</computeroutput>
at the needed code positions.</para>
</listitem>
</varlistentry>
Modified: trunk/docs/xml/manual-core.xml
===================================================================
--- trunk/docs/xml/manual-core.xml 2009-08-09 23:27:00 UTC (rev 10756)
+++ trunk/docs/xml/manual-core.xml 2009-08-10 00:42:43 UTC (rev 10757)
@@ -1010,9 +1010,12 @@
wildcards to function names, and by using frame-level wildcards.
The wildcarding facilities are powerful yet flexible, and with a
bit of careful editing, you may be able to suppress a whole
- family of related errors with only a few suppressions. For
- details on how to do this, see
- <xref linkend="manual-core.suppress"/>.</para>
+ family of related errors with only a few suppressions.
+ <!-- commented out because it causes broken links in the man page
+ For details on how to do this, see
+ <xref linkend="manual-core.suppress"/>.
+ -->
+ </para>
<para>Sometimes two different errors
are suppressed by the same suppression, in which case Valgrind
@@ -1320,8 +1323,12 @@
code gets put on the stack for most programs. The
<function>VALGRIND_DISCARD_TRANSLATIONS</function> client request is
an alternative to <option>--smc-check=all</option> that requires more
- effort but is much faster; see <xref
- linkend="manual-core-adv.clientreq"/> for more details.</para>
+ effort but is much faster.
+ <!-- commented out because it causes broken links in the man page
+ ; see <xref
+ linkend="manual-core-adv.clientreq"/> for more details.
+ -->
+ </para>
<para>Some architectures (including ppc32 and ppc64) require
programs which create code at runtime to flush the instruction
|