tracing-the-linux-kernel: move tip after first sudo use
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 18 Oct 2014 02:44:34 +0000 (22:44 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 18 Oct 2014 02:44:51 +0000 (22:44 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/getting-started/tracing-the-linux-kernel.md

index 95a2836d3c8e62ed40ff235bf427add7098536e1..70d0f4bc54eac48dccae7a71205f70dc042fe502 100644 (file)
@@ -13,20 +13,21 @@ Git like command line structure:
 lttng list --kernel
 </pre>
 
+Before tracing, you need to create a session:
+
+<pre class="term">
+sudo lttng create my-session
+</pre>
+
 <div class="tip">
 <p>
     <span class="t">Tip:</span>You can avoid using <code>sudo</code> in
     the previous and following commands if your user is part of the
-    <a href="/docs/#doc-lttng-sessiond" class="int"><code>tracing</code> group</a>.
+    <a href="/docs/#doc-lttng-sessiond" class="int"><code>tracing</code>
+    group</a>.
 </p>
 </div>
 
-Before tracing, you need to create a session:
-
-<pre class="term">
-sudo lttng create my-session
-</pre>
-
 `my-session` is the tracing session name and could be anything you
 like. `auto` will be used if omitted.
 
This page took 0.023924 seconds and 4 git commands to generate.