quickstart guide review
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 18 Jul 2011 15:43:52 +0000 (11:43 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 18 Jul 2011 15:43:52 +0000 (11:43 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/quickstart.txt

index e5e1f170565de2408d48b068824e76ce1926324e..d3fde8666bcace092fff082bec67c11f1ec7b6f5 100644 (file)
@@ -67,14 +67,14 @@ $HOME/lttng-traces/mysession-<date>-<time>
 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
 --------------
 
-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
This page took 0.026923 seconds and 5 git commands to generate.