lttng-untrack(1): follow the style of lttng-track(1) for the example
[lttng-tools.git] / doc / man / lttng-untrack.1.txt
index 01e82b1b4368bbab722f9ebfb4478722885c6e76..28cb1bfcfe0429e9a997b85f285c416544c9d2a5 100644 (file)
@@ -53,12 +53,13 @@ The `untrack` command removes values from _inclusion sets_ of process
 attributes. See man:lttng-track(1) to learn more about inclusion sets.
 
 
-Example
-~~~~~~~
+
+Inclusion set example
+~~~~~~~~~~~~~~~~~~~~~
 A common operation is to create a tracing session (see
-man:lttng-create(1)), remove all the entries from the PID tracker
-inclusion set, start tracing, and then manually track PIDs while the
-tracing session is active.
+man:lttng-create(1)), remove all the entries from the Linux kernel
+process ID inclusion set, start tracing, and then manually add PIDs
+while the tracing session is active.
 
 Assume the maximum system PID is 7 for this example.
 
@@ -79,7 +80,7 @@ Initial inclusion set:
 +
 [role="term"]
 ----
-$ lttng untrack --kernel --pid --all
+$ lttng untrack --kernel --all --pid
 ----
 +
 Inclusion set:
@@ -118,7 +119,7 @@ Inclusion set:
 -------------------------------
 
 
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
 
 
 Tracing domain
@@ -236,14 +237,17 @@ option:-a, option:--all::
     selected inclusion sets.
 
 
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
+
+
+include::common-lttng-cmd-after-options.txt[]
 
 
-include::common-cmd-footer.txt[]
+include::common-footer.txt[]
 
 
 SEE ALSO
 --------
 man:lttng(1),
-man:lttng-concepts(7),
-man:lttng-track(1)
+man:lttng-track(1),
+man:lttng-concepts(7)
This page took 0.025136 seconds and 5 git commands to generate.