Bug 316145

Summary: callgrind command line options in manpage reference (unknown) callgrind manual
Product: [Developer tools] valgrind Reporter: Mark Wielaard <mark>
Component: callgrindAssignee: Josef Weidendorfer <josef.weidendorfer>
Status: RESOLVED FIXED    
Severity: normal CC: mfranc, philippe.waroquiers
Priority: NOR    
Version First Reported In: 3.9.0.SVN   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Share cg-manual-id xref between manual and manpage.

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