doc/man: use linkgenoptions macro
[lttng-tools.git] / doc / man / lttng-track.1.txt
index 899a6c4eadd9b2ef0da5b242a0c32d519f7f0a7f..78bde140f673fcfe596ee2630bd3a1f17d82ec0e 100644 (file)
@@ -10,7 +10,7 @@ lttng-track - Add one or more entries to an LTTng resource tracker
 SYNOPSIS
 --------
 [verse]
-*lttng* ['GENERAL OPTIONS'] *track* (option:--kernel | option:--userspace)
+*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *track* (option:--kernel | option:--userspace)
       [option:--session='SESSION'] (option:--pid='PID'[,'PID']... | option:--all option:--pid)
 
 
@@ -35,6 +35,7 @@ events (equivalent of `lttng track --pid --all` for all domains).
 With the PID tracker, it is possible, for example, to record all system
 calls called by a given process:
 
+[role="term"]
 -------------------------------------------
 lttng enable-event --kernel --all --syscall
 lttng track --kernel --pid=2345
@@ -60,6 +61,7 @@ Initial whitelist:
 
 Command:
 
+[role="term"]
 -----------------------------------
 lttng track --userspace --pid=3,6,7
 -----------------------------------
@@ -72,6 +74,7 @@ Whitelist:
 
 Command:
 
+[role="term"]
 ---------------------------------
 lttng untrack --userspace --pid=7
 ---------------------------------
@@ -84,6 +87,7 @@ Whitelist:
 
 Command:
 
+[role="term"]
 ---------------------------------
 lttng track --userspace --pid=1,5
 ---------------------------------
This page took 0.024617 seconds and 5 git commands to generate.