Fix: doc/examples cross-build
[lttng-ust.git] / doc / man / lttng-gen-tp.1
index 5bfe17dee09279196153fd0aa35274e535bd2f65..84c05c9303ce1142716f8dc186413e07dcfed794 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"
 
@@ -29,7 +29,10 @@ 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.".
+Note for C++ support: although an application instrumented with
+tracepoints can be compiled with g++, tracepoint probes should be
+compiled with gcc (only tested with gcc so far).
 
 .SH "OPTIONS"
 
This page took 0.031747 seconds and 4 git commands to generate.