public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug documentation/13458] New: sort generated tapset documentation
@ 2011-11-29 21:33 fche at redhat dot com
  2011-11-29 21:54 ` [Bug documentation/13458] " fche at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fche at redhat dot com @ 2011-11-29 21:33 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=13458

             Bug #: 13458
           Summary: sort generated tapset documentation
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: documentation
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com
    Classification: Unclassified


The tapset reference manual's items should be alphabetically sorted,
so that probes/functions in any particular tapset are easier to find.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug documentation/13458] sort generated tapset documentation
  2011-11-29 21:33 [Bug documentation/13458] New: sort generated tapset documentation fche at redhat dot com
@ 2011-11-29 21:54 ` fche at redhat dot com
  2012-02-06 23:16 ` wcohen at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2011-11-29 21:54 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=13458

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> 2011-11-29 21:32:44 UTC ---
commit 72dd064

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug documentation/13458] sort generated tapset documentation
  2011-11-29 21:33 [Bug documentation/13458] New: sort generated tapset documentation fche at redhat dot com
  2011-11-29 21:54 ` [Bug documentation/13458] " fche at redhat dot com
@ 2012-02-06 23:16 ` wcohen at redhat dot com
  2012-02-06 23:17 ` wcohen at redhat dot com
  2012-02-07 20:51 ` wcohen at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: wcohen at redhat dot com @ 2012-02-06 23:16 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=13458

William Cohen <wcohen at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |wcohen at redhat dot com
         Resolution|FIXED                       |

--- Comment #2 from William Cohen <wcohen at redhat dot com> 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:"

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug documentation/13458] sort generated tapset documentation
  2011-11-29 21:33 [Bug documentation/13458] New: sort generated tapset documentation fche at redhat dot com
  2011-11-29 21:54 ` [Bug documentation/13458] " fche at redhat dot com
  2012-02-06 23:16 ` wcohen at redhat dot com
@ 2012-02-06 23:17 ` wcohen at redhat dot com
  2012-02-07 20:51 ` wcohen at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: wcohen at redhat dot com @ 2012-02-06 23:17 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=13458

--- Comment #3 from William Cohen <wcohen at redhat dot com> 2012-02-06 23:17:06 UTC ---
Created attachment 6198
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6198
Example of the incorrectly generated man page

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug documentation/13458] sort generated tapset documentation
  2011-11-29 21:33 [Bug documentation/13458] New: sort generated tapset documentation fche at redhat dot com
                   ` (2 preceding siblings ...)
  2012-02-06 23:17 ` wcohen at redhat dot com
@ 2012-02-07 20:51 ` wcohen at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: wcohen at redhat dot com @ 2012-02-07 20:51 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=13458

William Cohen <wcohen at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from William Cohen <wcohen at redhat dot com> 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.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-07 20:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-29 21:33 [Bug documentation/13458] New: sort generated tapset documentation fche at redhat dot com
2011-11-29 21:54 ` [Bug documentation/13458] " fche at redhat dot com
2012-02-06 23:16 ` wcohen at redhat dot com
2012-02-06 23:17 ` wcohen at redhat dot com
2012-02-07 20:51 ` wcohen at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).