lttng-load(1): fix synopsis and style
[lttng-tools.git] / doc / man / lttng-untrack.1.txt
index 8226e1ada3db8932ee5293b89905660c40dc2cf1..43d135c63aa94676743c6ae49523bc03089661f6 100644 (file)
@@ -10,7 +10,7 @@ lttng-untrack - Remove one or more entries from an LTTng resource tracker
 SYNOPSIS
 --------
 [verse]
-*lttng* ['GENERAL OPTIONS'] *untrack* (option:--kernel | option:--userspace)
+*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *untrack* (option:--kernel | option:--userspace)
       [option:--session='SESSION'] (option:--pid='PID'[,'PID']... | option:--all option:--pid)
 
 
@@ -19,11 +19,11 @@ DESCRIPTION
 The `lttng untrack` commands removes one or more entries from a
 resource tracker.
 
-See linklttng:lttng-track(1) to learn more about LTTng trackers.
+See man:lttng-track(1) to learn more about LTTng trackers.
 
 The untrack command removes specific resources from a tracker. The
 resources to remove must have been precedently added by
-linklttng:lttng-track(1). It is also possible to remove all the
+man:lttng-track(1). It is also possible to remove all the
 resources from the whitelist using the option:--all option.
 
 As of this version, the only available tracker is the PID tracker.
@@ -32,7 +32,7 @@ As of this version, the only available tracker is the PID tracker.
 Example
 ~~~~~~~
 One common operation is to create a tracing session
-(see linklttng:lttng-create(1)), remove all the entries from the PID
+(see man:lttng-create(1)), remove all the entries from the PID
 tracker whitelist, start tracing, and then manually track PIDs
 while tracing is active.
 
@@ -40,6 +40,7 @@ Assume the maximum system PID is 7 for this example.
 
 Command:
 
+[role="term"]
 ------------
 lttng create
 ------------
@@ -52,6 +53,7 @@ Initial whitelist:
 
 Command:
 
+[role="term"]
 -------------------------------------
 lttng untrack --userspace --pid --all
 -------------------------------------
@@ -64,10 +66,11 @@ Whitelist:
 
 Commands:
 
+[role="term"]
 ----------------------------------
 lttng enable-event --userspace ...
 lttng start
-...
+...
 lttng track --userspace --pid=3,5
 ----------------------------------
 
@@ -79,6 +82,7 @@ Whitelist:
 
 Command:
 
+[role="term"]
 -------------------------------
 lttng track --userspace --pid=2
 -------------------------------
@@ -132,5 +136,5 @@ include::common-cmd-footer.txt[]
 
 SEE ALSO
 --------
-linklttng:lttng-track(1),
-linklttng:lttng(1)
+man:lttng-track(1),
+man:lttng(1)
This page took 0.024167 seconds and 4 git commands to generate.