From: Philippe Proulx Date: Tue, 18 May 2021 14:18:41 +0000 (-0400) Subject: lttng-concepts(7): add missing "commands" word X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=d5e9b731e07b3cbf1367a4ae5d61b562c8f0a162 lttng-concepts(7): add missing "commands" word Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau Change-Id: Ib555c944c37b983a40f963ea3597bafeba6c4da2 --- diff --git a/doc/man/lttng-concepts.7.txt b/doc/man/lttng-concepts.7.txt index 9ea1f246a..54718afd2 100644 --- a/doc/man/lttng-concepts.7.txt +++ b/doc/man/lttng-concepts.7.txt @@ -543,12 +543,12 @@ There are currently five available tracing domains: |=== You must specify a tracing domain to target a type of LTTng tracer when -using some man:lttng(1) to avoid ambiguity. For example, because the -Linux kernel and user space tracing domains support named tracepoints as -instrumentation points (see the <<"event-rule","{sect-event-rule}">> section -above), you need to specify a tracing domain when you create an event -rule because both tracing domains could have tracepoints sharing the -same name. +using some man:lttng(1) commands to avoid ambiguity. For example, +because the Linux kernel and user space tracing domains support named +tracepoints as instrumentation points (see the +<<"event-rule","{sect-event-rule}">> section above), you need to specify +a tracing domain when you create an event rule because both tracing +domains could have tracepoints sharing the same name. You can create channels (see the <> section below) in the Linux kernel and user space tracing domains. The other