| Summary: | valgrind.1 manpage "memcheck options" section is badly generated | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Miroslav Franc <mfranc> |
| Component: | memcheck | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mark, philippe.waroquiers |
| Priority: | NOR | ||
| Version First Reported In: | 3.9.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | patch | ||
|
Description
Miroslav Franc
2013-12-12 09:41:12 UTC
Created attachment 84057 [details]
patch
This fixes things for me. After make man-pages in docs the man page look OK.
Thanks that fixes things also for me. Pushed as valgrind svn r13758. (In reply to comment #1) > Created attachment 84057 [details] > patch > > This fixes things for me. After make man-pages in docs the man page look OK. Found some similar (bug less "mucking" :) problems in manual-core.xml, drd-manual.xml and mc-manual.xml, causing some options to still be pushed to the right. So, further improvements in revision 13759 (In reply to comment #3) > (In reply to comment #1) > > This fixes things for me. After make man-pages in docs the man page look OK. > > Found some similar (bug less "mucking" :) problems in manual-core.xml, > drd-manual.xml and mc-manual.xml, causing some options to still be pushed > to the right. I was wondering why I hadn't seen these. Turns out it depends on DocBook XSL Stylesheets version used. Apparently v1.78.1 is a bit more forgiving than v1.75.2. With v1.75.2 I can see the extra indentation issues (and they are fixed Philippe's patch), with v1.78.1 those extra corrections weren't needed. With v1.75.2 I still see one (small) extra indentation issue after the --collect-atstart=<yes|no> switch block, which I cannot seem to correct with tweaking the paras. But with v1.78.1 things look fine. (In reply to comment #4) > I was wondering why I hadn't seen these. Turns out it depends on DocBook XSL > Stylesheets version used. Apparently v1.78.1 is a bit more forgiving than > v1.75.2. With v1.75.2 I can see the extra indentation issues (and they are > fixed Philippe's patch), with v1.78.1 those extra corrections weren't needed. That would explain it. I was using v1.78.1 as well. Sigh. |