Bug 13458 - sort generated tapset documentation
Summary: sort generated tapset documentation
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: documentation (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-29 21:18 UTC by Frank Ch. Eigler
Modified: 2012-02-07 20:50 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
Example of the incorrectly generated man page (479 bytes, application/octet-stream)
2012-02-06 23:17 UTC, William Cohen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2011-11-29 21:18:35 UTC
The tapset reference manual's items should be alphabetically sorted,
so that probes/functions in any particular tapset are easier to find.
Comment 1 Frank Ch. Eigler 2011-11-29 21:32:44 UTC
commit 72dd064
Comment 2 William Cohen 2012-02-06 23:15:32 UTC
This sorting code doesn't preserve titles in the manpages which have "::" in them. Things like "function::HZ" get truncated to "function:"
Comment 3 William Cohen 2012-02-06 23:17:06 UTC
Created attachment 6198 [details]
Example of the incorrectly generated man page
Comment 4 William Cohen 2012-02-07 20:50:41 UTC
This has been fixed with commit:

36ba77b030a3b6032bf7f2ebcd8b6bdaaabad5de

This commit allows the REGEN.sh script in htdocs/man to work properly.