Fix: remove dead code from filter interpreter
[lttng-ust.git] / doc / man / lttng-gen-tp.1
index 551f003601b892fd77d45838814026eaf7e5d46d..cbaf3c779fca4eac2da0317f4b77a3a776b5d5dd 100644 (file)
@@ -1,7 +1,7 @@
 .TH "LTTNG-GEN-TP" "1" "February 16, 2012" "" ""
 
 .SH "NAME"
-lttng-gen-tp \(em LTTng UST 2.0 tracepoint code generator
+lttng-gen-tp \(em LTTng UST 2.x tracepoint code generator
 
 .SH "SYNOPSIS"
 
@@ -13,15 +13,15 @@ lttng\-gen\-tp [OPTIONS] TEMPLATE_FILE
 
 .PP
 The LTTng project aims at providing highly efficient tracing tools for Linux.
-It's tracers help tracking down performance issues and debugging problems
+Its tracers help in tracking down performance issues and debugging problems
 involving multiple concurrent processes and threads. Tracing across multiple
 systems is also possible.
 
-The \fBlttng\-gen\-tp\fP tool simplify the generation of the UST tracepoint
-files. It takes a simple template file and generate the necessary code to use the defined tracepoints in your application.
-The section TEMPLATE FILE FORMAT describe the content of the template file.
+The \fBlttng\-gen\-tp\fP tool simplifies the generation of the UST tracepoint
+files. It takes a simple template file and generates the necessary code to use the defined tracepoints in your application.
+The section TEMPLATE FILE FORMAT describes the content of the template file.
 
-Currently, the tool can generate the .h, .c and .o associated to your
+Currently, the tool can generate the .h, .c and .o associated with your
 tracepoint. The generated .h can be directly included in your application.
 You can let the tool generate the .o or compile the .c yourself.
 You can compile the .c into a .o, .a or .so at your choice and
@@ -29,12 +29,12 @@ link it with your application.
 Refer to the UST documentation for the
 advantages and disadvantage of each form.
 To compile the resulting .c file, you need to add the options
-"-llttng-ust -I."
+"\-llttng-ust \-I.".
 
 .SH "OPTIONS"
 
 .PP
-This program follow the usual GNU command line syntax with long options starting with
+This program follows the usual GNU command line syntax with long options starting with
 two dashes. Below is a summary of the available options.
 .PP
 
@@ -48,14 +48,14 @@ Increase verbosity.
 .BR "\-o, \-\-output"
 Specify the generated file. The type of the generated file depend on the file
 extension (.h, .c, .o).
-This option can be specfied multiple times to generate different file type.
+This option can be specified multiple times to generate different file type.
 
 .PP
-When no output is specified de default files are generated with the same base filename as the template file. The default files are: .h, .c, .o.
+When no output is specified the default files are generated with the same base filename as the template file. The default files are: .h, .c, .o.
 
 .SH "TEMPLATE FILE FORMAT"
 
-The template file, which has the usual extention \fB.tp\fP, contains a list of
+The template file, which has the usual extension \fB.tp\fP, contains a list of
 TRACEPOINT_EVENT definitions and other optional definition entries like
 TRACEPOINT_LOGLEVEL.
 (See lttng-ust(3) for the complete list of available definition.)
@@ -82,12 +82,12 @@ TRACEPOINT_EVENT(
 .SH "ENVIRONMENT VARIABLES"
 
 .PP
-When the tool generate an .o file, it will look for the following environment variables
+When the tool generates a .o file, it will look for the following environment variables
 .PP
 
 .PP
 .IP "CC"
-Specifer which C compiler to use. If the variable is not specified, the
+Specify which C compiler to use. If the variable is not specified, the
 tool will try "cc" and "gcc"
 
 .IP "CFLAGS"
This page took 0.024863 seconds and 4 git commands to generate.