Update man pages links to v2.7
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 23 Mar 2016 01:10:27 +0000 (21:10 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 23 Mar 2016 01:10:40 +0000 (21:10 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/getting-started/tracing-your-own-user-application.md
contents/reference/online-manpages.md
contents/understanding-lttng/plumbing/liblttng-ctl-lttng.md
contents/understanding-lttng/plumbing/lttng-consumerd.md
contents/understanding-lttng/plumbing/lttng-sessiond.md
contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md
contents/using-lttng/controlling-tracing/persistent-memory-file-systems.md
contents/using-lttng/instrumenting/c-application/lttng-gen-tp.md

index 9ac0ba5275ddcc129a3a2a5b9c24e2d6c0294e21..252edce998d0021ef463fecc5389ac5f28d6e929 100644 (file)
@@ -72,7 +72,7 @@ TRACEPOINT_EVENT(
 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`.
 
index b330e57e4c8a989bae3a315756a5389d9788bdd2..266aa2a0fc96bb7b42c0b1389d0ba4374b615fe9 100644 (file)
@@ -6,11 +6,11 @@ LTTng packages currently install the following man pages, available
 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>
index 873f3b6823acf199919941e9426d2d61491841d3..3a97c2698a1e3966a415ed7febfb2f53c6a94c5a 100644 (file)
@@ -21,7 +21,7 @@ Every function/structure is thoroughly documented.
 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).
 
index 6d99b954fa3714b13e09ff2fea0e3118c7db7eea..09001c4db771831b2e22c157b077b2af1ab94bf0 100644 (file)
@@ -18,7 +18,7 @@ the consumer daemon is always the child process of a session daemon.
 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.
 
index 4469902f89f7363b3bd6ec2cd8f4c23faabf9a43..70ac4cdcce9bde0cad40d3ff9c995a0c3fa35884 100644 (file)
@@ -78,5 +78,5 @@ pkill lttng-sessiond
 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`.
index 791e6ce55d1bc7785a8ece962322503a547fb59d..d21924bfdc4c9d1b038a794a5b19d5b5439e6f6b 100644 (file)
@@ -4,7 +4,7 @@ id: fine-tuning-channels
 
 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
index 8edc13c0a6076c79d0d8d7014f03032d7a41f3d0..2c8a2ec28e9c699d13ad5f4107cf70040c28ee37 100644 (file)
@@ -45,5 +45,5 @@ viewing the events, use the `--extract` option:
 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.
index 1ac4ad02cc73a635e09a3a5ddc750cc4e503ad05..cc52ec6e52d7d0081c745b8050572c8b08896001 100644 (file)
@@ -31,4 +31,4 @@ CFLAGS=-I/custom/include/path lttng-gen-tp my-template.tp
 </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>.
This page took 0.028916 seconds and 4 git commands to generate.