doc/man: linklttng macro -> man macro
[lttng-tools.git] / doc / man / lttng-calibrate.1.txt
index 71db0e50c39e612645caae2bf79eb0d1fa395111..02195b85d08b96c8f9064c5dffe9c1ae3e2a194e 100644 (file)
@@ -10,7 +10,7 @@ lttng-calibrate - Quantify LTTng overhead
 SYNOPSIS
 --------
 [verse]
-*lttng* ['GENERAL OPTIONS'] *calibrate*
+*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *calibrate*
 
 
 DESCRIPTION
@@ -38,6 +38,7 @@ hooked on an empty function, gathering PMU counters LLC
 (Last Level Cache) misses information (use `lttng add-context --list` to
 get the list of available PMU counters).
 
+[role="term"]
 ------------------------------------------------------------------------
 lttng create calibrate-function
 lttng enable-event calibrate --kernel \
@@ -55,7 +56,7 @@ lttng destroy
 babeltrace $(ls -1drt ~/lttng-traces/calibrate-function-* | tail -n 1)
 ------------------------------------------------------------------------
 
-The output from linklttng:babeltrace(1) can be saved to a text file and
+The output from man:babeltrace(1) can be saved to a text file and
 opened in a spreadsheet (for example, in LibreOffice) to focus on the
 per-PMU counter delta between consecutive `calibrate_entry` and
 `calibrate_return` events. Note that these counters are per-CPU, so
@@ -112,4 +113,4 @@ include::common-cmd-footer.txt[]
 
 SEE ALSO
 --------
-linklttng:lttng(1)
+man:lttng(1)
This page took 0.024831 seconds and 4 git commands to generate.