tracing-session: add diagrams
[lttng-docs.git] / contents / using-lttng / controlling-tracing / enabling-disabling-channels / fine-tuning-channels.md
index c0267cf84d4d71f2f31b59ac9512502f21e53e00..a33935d08694c82eb9c3e9e58f7da92ba49faf23 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:
 
This page took 0.023213 seconds and 4 git commands to generate.