quickstart guide review
[lttng-tools.git] / doc / quickstart.txt
index e5e1f170565de2408d48b068824e76ce1926324e..d3fde8666bcace092fff082bec67c11f1ec7b6f5 100644 (file)
@@ -67,14 +67,14 @@ $HOME/lttng-traces/mysession-<date>-<time>
 User-space Tracing
 --------------
 
 User-space Tracing
 --------------
 
-User-space tracer 2.0 not released at this point. You'll have to use 'ustctl'
-to control user-space tracing.
+User-space tracer 2.0 not released at this point. For the 0.x versions,
+you need to use 'ustctl' to control user-space tracing.
 
 Reading a trace
 --------------
 
 
 Reading a trace
 --------------
 
-To read your trace, you'll need babeltrace which will text dump your the trace.
-Please see http://www.efficios.com/ctf and git tree
+To read your trace, you can use babeltrace which will text dump your the
+trace. Please see http://www.efficios.com/ctf and git tree
 http://git.efficios.com/?p=babeltrace.git
 
 # babeltrace -n $HOME/lttng-traces/mysession-<date>-<time> | less
 http://git.efficios.com/?p=babeltrace.git
 
 # babeltrace -n $HOME/lttng-traces/mysession-<date>-<time> | less
This page took 0.02273 seconds and 4 git commands to generate.