Bug 316145 - callgrind command line options in manpage reference (unknown) callgrind manual
Summary: callgrind command line options in manpage reference (unknown) callgrind manual
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: callgrind (other bugs)
Version First Reported In: 3.9.0.SVN
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Josef Weidendorfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-04 22:26 UTC by Mark Wielaard
Modified: 2013-03-10 16:29 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Share cg-manual-id xref between manual and manpage. (3.45 KB, patch)
2013-03-04 22:28 UTC, Mark Wielaard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wielaard 2013-03-04 22:26:02 UTC
The valgrind.1 manpage xsl includes the callgrind command option list. This references the callgrind manual through an xref. But the id is unknown inside the manpage. This causes the following in valgrind.1:

       --cache-sim=<yes|no> [default: no]
           Specify if you want to do full cache simulation. [...]
           For more information, see ???.


Reproducible: Always
Comment 1 Mark Wielaard 2013-03-04 22:28:53 UTC
Created attachment 77757 [details]
Share cg-manual-id xref between manual and manpage.

This is an extension of the proposed patch for bug #316144 for the callgrind manual.

Someone looking into this might also want to look at bug #315959.
Comment 2 Philippe Waroquiers 2013-03-10 16:29:35 UTC
Committed revision 13324
Thanks for the patch