doc/man: use specific revision date for each manual page
[lttng-tools.git] / doc / man / lttng-untrack.1.txt
index b57150633d6a66937a289baddfe0563f0d982c8c..8d0fd1f60ae837a993dea87191e010a259bbe6fb 100644 (file)
@@ -1,5 +1,6 @@
 lttng-untrack(1)
 ================
 lttng-untrack(1)
 ================
+:revdate: 14 March 2017
 
 
 NAME
 
 
 NAME
@@ -10,7 +11,7 @@ lttng-untrack - Remove one or more entries from an LTTng resource tracker
 SYNOPSIS
 --------
 [verse]
 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)
 
 
       [option:--session='SESSION'] (option:--pid='PID'[,'PID']... | option:--all option:--pid)
 
 
@@ -19,11 +20,11 @@ DESCRIPTION
 The `lttng untrack` commands removes one or more entries from a
 resource tracker.
 
 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
 
 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.
 resources from the whitelist using the option:--all option.
 
 As of this version, the only available tracker is the PID tracker.
@@ -32,7 +33,7 @@ As of this version, the only available tracker is the PID tracker.
 Example
 ~~~~~~~
 One common operation is to create a tracing session
 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.
 
 tracker whitelist, start tracing, and then manually track PIDs
 while tracing is active.
 
@@ -41,9 +42,9 @@ Assume the maximum system PID is 7 for this example.
 Command:
 
 [role="term"]
 Command:
 
 [role="term"]
-------------
-lttng create
-------------
+----
+lttng create
+----
 
 Initial whitelist:
 
 
 Initial whitelist:
 
@@ -54,9 +55,9 @@ Initial whitelist:
 Command:
 
 [role="term"]
 Command:
 
 [role="term"]
--------------------------------------
-lttng untrack --userspace --pid --all
--------------------------------------
+----
+lttng untrack --userspace --pid --all
+----
 
 Whitelist:
 
 
 Whitelist:
 
@@ -67,12 +68,12 @@ Whitelist:
 Commands:
 
 [role="term"]
 Commands:
 
 [role="term"]
-----------------------------------
-lttng enable-event --userspace ...
-lttng start
-# ...
-lttng track --userspace --pid=3,5
-----------------------------------
+----
+lttng enable-event --userspace ...
+lttng start
+# ...
+lttng track --userspace --pid=3,5
+----
 
 Whitelist:
 
 
 Whitelist:
 
@@ -83,9 +84,9 @@ Whitelist:
 Command:
 
 [role="term"]
 Command:
 
 [role="term"]
--------------------------------
-lttng track --userspace --pid=2
--------------------------------
+----
+lttng track --userspace --pid=2
+----
 
 Whitelist:
 
 
 Whitelist:
 
@@ -121,7 +122,7 @@ option:-a, option:--all::
     Used in conjunction with an empty option:--pid option: untrack _all_
     process IDs (clear the whitelist).
 
     Used in conjunction with an empty option:--pid option: untrack _all_
     process IDs (clear the whitelist).
 
-option:-p, option:--pid[='PID'[,'PID']...]::
+option:-p ['PID'[,'PID']...], option:--pid[='PID'[,'PID']...]::
     Untrack process IDs 'PID' (remove them from the current whitelist).
 +
 The 'PID' argument must be omitted when also using the option:--all
     Untrack process IDs 'PID' (remove them from the current whitelist).
 +
 The 'PID' argument must be omitted when also using the option:--all
@@ -136,5 +137,5 @@ include::common-cmd-footer.txt[]
 
 SEE ALSO
 --------
 
 SEE ALSO
 --------
-linklttng:lttng-track(1),
-linklttng:lttng(1)
+man:lttng-track(1),
+man:lttng(1)
This page took 0.026888 seconds and 5 git commands to generate.