manpage: Add babeltrace-log.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 12:01:28 +0000 (07:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 12:01:28 +0000 (07:01 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/Makefile.am
doc/babeltrace-log.1 [new file with mode: 0644]
doc/babeltrace.1

index 31ade4538326d0588df979c1d90221098b4611bf..88cb57fa09c9914a64c4d053687a7b66fc0ab7da 100644 (file)
@@ -1 +1 @@
-dist_man_MANS = babeltrace.1
+dist_man_MANS = babeltrace.1 babeltrace-log.1
diff --git a/doc/babeltrace-log.1 b/doc/babeltrace-log.1
new file mode 100644 (file)
index 0000000..1ba3062
--- /dev/null
@@ -0,0 +1,68 @@
+.TH "BABELTRACE-LOG" "1" "February 16, 2012" "" ""
+
+.SH "NAME"
+babeltrace-log \(em Babeltrace Log Converter
+
+.SH "SYNOPSIS"
+
+.PP
+.nf
+babeltrace-log [OPTIONS] OUTPUT
+.fi
+.SH "DESCRIPTION"
+
+.PP
+Convert for a text log (read from standard input) to CTF.
+
+.PP
+This program follow the usual GNU command line syntax with long options
+starting with two dashes. Below is a summary of the available options.
+.PP
+
+.TP
+.BR "OUTPUT"
+Output trace path
+.TP
+.BR "-t"
+With timestamps (format: [sec.usec] string\\n)
+.TP
+
+.SH "SEE ALSO"
+
+.PP
+babeltrace(1), lttng-tools(1), lttng-ust(3), lttng-sessiond(8)
+.PP
+.SH "BUGS"
+
+.PP
+No knows bugs at this point.
+
+If you encounter any issues or usability problem, please report it on
+our mailing list <lttng-dev@lists.lttng.org> to help improve this
+project.
+.SH "CREDITS"
+
+Babeltrace and the babeltrace library are distributed under the MIT
+license. See the files LICENSE and mit-license.txt for details.
+.PP
+A Web site is available at http://www.efficios.com/babeltrace for more
+information on Babeltrace and the Common Trace Format. See
+http://lttng.org for more information on the LTTng project.
+.PP
+Mailing list for support and development: <lttng-dev@lists.lttng.org>.
+.PP
+You can find us on IRC server irc.oftc.net (OFTC) in #lttng.
+.PP
+.SH "THANKS"
+
+Thanks to the Linux Foundation and Ericsson for funding part of this
+work. Thanks to the Multicore Association Tool Infrastructure Working
+Group for their active role in the creation of the Common Trace Format.
+.PP
+.SH "AUTHORS"
+
+.PP
+Babeltrace was originally written by Mathieu Desnoyers, with additional
+contributions from various other people. It is currently maintained by
+Mathieu Desnoyers <mathieu.desnoyers@efficios.com>.
+.PP
index 3d4c6ff72ba1a60ecc18b3d2ddc8d9ecfee2e587..54ff70e7ec24fa33c37d80617551d88ac84aeb5a 100644 (file)
@@ -92,7 +92,7 @@ Activate debug Babeltrace output.
 .SH "SEE ALSO"
 
 .PP
-lttng-tools(1), lttng-ust(3), lttng-sessiond(8)
+babeltrace-log(1), lttng-tools(1), lttng-ust(3), lttng-sessiond(8)
 .PP
 .SH "BUGS"
 
This page took 0.02554 seconds and 4 git commands to generate.