| Summary: | callgrind command line options in manpage reference (unknown) callgrind manual | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Mark Wielaard <mark> |
| Component: | callgrind | Assignee: | 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. | ||
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. Committed revision 13324 Thanks for the patch |
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