mbox series

[0/3] libtraceevent man pages

Message ID 20181102145714.25885-1-tstoyanov@vmware.com (mailing list archive)
Headers show
Series libtraceevent man pages | expand

Message

Tzvetomir Stoyanov Nov. 2, 2018, 2:57 p.m. UTC
This series of patches continues libtraceevent man pages implementation. 
First two patches improve man pages build process. 
The last patch implements 5 new man pages, describing 13 libtraceevent APIs

Tzvetomir Stoyanov (3):
  tools/lib/traceevent: Fix libtraceevent/Documentation Makefile
  tools/lib/traceevent: Add support for man pages with multiple names
  tools/lib/traceevent: Implement libtraceevent man pages

 tools/lib/traceevent/Documentation/Makefile   |   2 +-
 .../traceevent/Documentation/asciidoc.conf    |  35 ++++-
 .../Documentation/libtraceevent-commands.txt  | 125 ++++++++++++++++++
 .../Documentation/libtraceevent-handle.txt    |  77 +++++++++++
 .../Documentation/libtraceevent-long_size.txt |  75 +++++++++++
 .../Documentation/libtraceevent-ref.txt       |  84 ++++++++++++
 .../Documentation/libtraceevent-set_flag.txt  |  94 +++++++++++++
 7 files changed, 488 insertions(+), 4 deletions(-)
 create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-commands.txt
 create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-handle.txt
 create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-long_size.txt
 create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-ref.txt
 create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-set_flag.txt