Fix: CTF and Babeltrace links
[lttng-docs.git] / contents / using-lttng / controlling-tracing / enabling-disabling-channels / fine-tuning-channels.md
index c0267cf84d4d71f2f31b59ac9512502f21e53e00..791e6ce55d1bc7785a8ece962322503a547fb59d 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 manpage of `lttng`</a>
+<a href="/man/1/lttng" 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
@@ -46,7 +46,7 @@ Two other interesting available parameters of `enable-channel` are
 `--tracefile-size` and `--tracefile-count`, which respectively limit
 the size of each trace file and the their count for a given channel.
 When the number of written trace files reaches its limit for a given
-channel-CPU pair, the next trace file will overwrite the very first
+channel-CPU pair, the next trace file overwrites the very first
 one. The following example creates a kernel domain channel with a
 maximum of three trace files of 1&nbsp;MiB each:
 
@@ -77,5 +77,5 @@ lower than 1&nbsp;MiB: they are the files currently being written.
 Since all those small files are valid LTTng trace files, LTTng trace
 viewers may read them. It is the viewer's responsibility to properly
 merge the streams so as to present an ordered list to the user.
-<a href="http://www.efficios.com/babeltrace" class="ext">Babeltrace</a>
+<a href="http://diamon.org/babeltrace" class="ext">Babeltrace</a>
 merges LTTng trace files correctly and is fast at doing it.
This page took 0.036703 seconds and 4 git commands to generate.