building-from-source: minor fixes
[lttng-docs.git] / contents / understanding-lttng / plumbing / lttng-sessiond.md
index a1bb7f2ed8f64396285977932945221a3875937a..4469902f89f7363b3bd6ec2cd8f4c23faabf9a43 100644 (file)
@@ -7,8 +7,8 @@ by its command name, `lttng-sessiond`.
 
 The session daemon is responsible for managing tracing sessions and
 what they logically contain (channel properties, enabled/disabled
 
 The session daemon is responsible for managing tracing sessions and
 what they logically contain (channel properties, enabled/disabled
-events, etc.). By communicating locally with instrumented applications
-(using LTTng-UST) and with the LTTng Linux kernel modules
+events, and the rest). By communicating locally with instrumented
+applications (using LTTng-UST) and with the LTTng Linux kernel modules
 (LTTng-modules), it oversees all tracing activities.
 
 One of the many things that `lttng-sessiond` does is to keep
 (LTTng-modules), it oversees all tracing activities.
 
 One of the many things that `lttng-sessiond` does is to keep
@@ -24,7 +24,7 @@ and user space tracers, the session daemon can send channel information
 so that they are initialized, enable/disable specific probes based on
 enabled/disabled events by the user, send event filters information to
 LTTng tracers so that filtering actually happens at the tracer site,
 so that they are initialized, enable/disable specific probes based on
 enabled/disabled events by the user, send event filters information to
 LTTng tracers so that filtering actually happens at the tracer site,
-start/stop tracing a specific application or the Linux kernel, etc.
+start/stop tracing a specific application or the Linux kernel, and more.
 
 The session daemon is not useful without some user controlling it,
 because it's only a sophisticated control interchange and thus
 
 The session daemon is not useful without some user controlling it,
 because it's only a sophisticated control interchange and thus
@@ -44,7 +44,7 @@ Session daemons run on a per-user basis. Knowing this, multiple
 instances of `lttng-sessiond` may run simultaneously, each belonging
 to a different user and each operating independently of the others.
 Only `root`'s session daemon, however, may control LTTng kernel modules
 instances of `lttng-sessiond` may run simultaneously, each belonging
 to a different user and each operating independently of the others.
 Only `root`'s session daemon, however, may control LTTng kernel modules
-(i.e. the kernel tracer). With that in mind, if a user has no root
+(that is, the kernel tracer). With that in mind, if a user has no root
 access on the target system, he cannot trace the system's kernel, but
 should still be able to trace its own instrumented applications.
 
 access on the target system, he cannot trace the system's kernel, but
 should still be able to trace its own instrumented applications.
 
@@ -78,5 +78,5 @@ pkill lttng-sessiond
 The default `SIGTERM` signal terminates it cleanly.
 
 Several other options are available and described in
 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 manpage</a>
-or by running `lttng-sessiond --help`.
+<a href="/man/8/lttng-sessiond" class="ext"><code>lttng-sessiond</code>'s
+man page</a> or by running `lttng-sessiond --help`.
This page took 0.042678 seconds and 4 git commands to generate.