tracing-the-linux-kernel: minor fixes
authorSébastien Boisvert <boisvert@anl.gov>
Sun, 19 Oct 2014 18:22:01 +0000 (13:22 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 27 Oct 2014 18:14:45 +0000 (14:14 -0400)
Signed-off-by: Sébastien Boisvert <boisvert@anl.gov>
contents/getting-started/tracing-the-linux-kernel.md

index 70d0f4bc54eac48dccae7a71205f70dc042fe502..2a5eb74277dcd4b051eb28e442e9a9a39a069fe5 100644 (file)
@@ -7,7 +7,7 @@ Make sure LTTng-tools and LTTng-modules packages
 
 Since you're about to trace the Linux kernel itself, let's look at the
 available kernel events using the `lttng` tool, which has a
-Git like command line structure:
+Git-like command line structure:
 
 <pre class="term">
 lttng list --kernel
@@ -22,7 +22,7 @@ sudo lttng create my-session
 <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
+    the previous and following commands if your user is a member of the
     <a href="/docs/#doc-lttng-sessiond" class="int"><code>tracing</code>
     group</a>.
 </p>
@@ -62,7 +62,7 @@ sudo lttng destroy
 </pre>
 
 Although `destroy` looks scary here, it doesn't actually destroy the
-outputted traces: it only destroys the tracing session.
+outputted trace files: it only destroys the tracing session.
 
 What's next? Have a look at
 [Viewing and analyzing your traces](#doc-viewing-and-analyzing-your-traces)
This page took 0.023822 seconds and 4 git commands to generate.