The exact syntax is well explained in the
[C application](#doc-c-application) instrumentation guide of the
[Using LTTng](#doc-using-lttng) chapter, as well as in the
-<a href="/man/3/lttng-ust" class="ext">LTTng-UST man page</a>.
+<a href="/man/3/lttng-ust/v2.7" class="ext">LTTng-UST man page</a>.
Save the above snippet as `hello-tp.h`.
online using the links below:
* **LTTng-tools**
- * <a href="/man/1/lttng" class="ext">`lttng`</a>
- * <a href="/man/8/lttng-sessiond" class="ext">`lttng-sessiond`</a>
- * <a href="/man/8/lttng-relayd" class="ext">`lttng-relayd`</a>
+ * <a href="/man/1/lttng/v2.7" class="ext">`lttng`</a>
+ * <a href="/man/8/lttng-sessiond/v2.7" class="ext">`lttng-sessiond`</a>
+ * <a href="/man/8/lttng-relayd/v2.7" class="ext">`lttng-relayd`</a>
* **LTTng-UST**
- * <a href="/man/1/lttng-gen-tp" class="ext">`lttng-gen-tp`</a>
- * <a href="/man/3/lttng-ust" class="ext">`lttng-ust`</a>
- * <a href="/man/3/lttng-ust-cyg-profile" class="ext">`lttng-ust-cyg-profile`</a>
- * <a href="/man/3/lttng-ust-dl" class="ext">`lttng-ust-dl`</a>
+ * <a href="/man/1/lttng-gen-tp/v2.7" class="ext">`lttng-gen-tp`</a>
+ * <a href="/man/3/lttng-ust/v2.7" class="ext">`lttng-ust`</a>
+ * <a href="/man/3/lttng-ust-cyg-profile/v2.7" class="ext">`lttng-ust-cyg-profile`</a>
+ * <a href="/man/3/lttng-ust-dl/v2.7" class="ext">`lttng-ust-dl`</a>
The `lttng` program is the _de facto_ standard user interface to
control LTTng tracing sessions. `lttng` uses `liblttng-ctl` to
communicate with session daemons behind the scenes.
-<a href="/man/1/lttng" class="ext">Its man page</a> is exhaustive, as
+<a href="/man/1/lttng/v2.7" class="ext">Its man page</a> is exhaustive, as
well as its command line help (<code>lttng <em>cmd</em> --help</code>,
where <code><em>cmd</em></code> is the command name).
Consumer daemons should never be started manually. For this reason,
they are not installed in one of the usual locations listed in the
`PATH` environment variable. `lttng-sessiond` has, however, a
-<a href="/man/8/lttng-sessiond" class="ext">bunch of options</a> to
+<a href="/man/8/lttng-sessiond/v2.7" class="ext">bunch of options</a> to
specify custom consumer daemon paths if, for some reason, a consumer
daemon other than the default installed one is needed.
The default `SIGTERM` signal terminates it cleanly.
Several other options are available and described in
-<a href="/man/8/lttng-sessiond" class="ext"><code>lttng-sessiond</code>'s
+<a href="/man/8/lttng-sessiond/v2.7" class="ext"><code>lttng-sessiond</code>'s
man page</a> or by running `lttng-sessiond --help`.
There are various parameters that may be fine-tuned with the
`enable-channel` command. The latter are well documented in
-<a href="/man/1/lttng" class="ext">the man page of `lttng`</a>
+<a href="/man/1/lttng/v2.7" class="ext">the man page of `lttng`</a>
and in the [Channel](#doc-channel) section of the
[Understanding LTTng](#doc-understanding-lttng) chapter. For basic
tracing needs, their default values should be just fine, but here are a
lttng-crash <strong>--extract /path/to/trace</strong> /path/to/shm
</pre>
-See the <a href="http://localhost:9000/man/1/lttng-crash" class="ext"><code>lttng-crash</code> man page</a>
+See the <a href="/man/1/lttng-crash/v2.7" class="ext"><code>lttng-crash</code> man page</a>
for the complete list of options.
</pre>
For more information on `lttng-gen-tp`, see
-<a href="/man/1/lttng-gen-tp" class="ext">its man page</a>.
+<a href="/man/1/lttng-gen-tp/v2.7" class="ext">its man page</a>.