X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=contents%2Funderstanding-lttng%2Fplumbing%2Flttng-sessiond.md;h=6e298e47e6e178e5f426249e44b4063cd4100264;hb=4d46e8c0be2957758addfa997ba7cece5a5aada6;hp=f96462294dc95b1b543d569e69254b6142c230f5;hpb=5e0cbfb01373c18e521217342fd8a9159cc186b1;p=lttng-docs.git diff --git a/contents/understanding-lttng/plumbing/lttng-sessiond.md b/contents/understanding-lttng/plumbing/lttng-sessiond.md index f964622..6e298e4 100644 --- a/contents/understanding-lttng/plumbing/lttng-sessiond.md +++ b/contents/understanding-lttng/plumbing/lttng-sessiond.md @@ -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 -(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. @@ -61,7 +61,7 @@ session daemon. `lttng-sessiond` may also be started manually: lttng-sessiond -This will start the session daemon in foreground. Use +This starts the session daemon in foreground. Use
 lttng-sessiond --daemonize
@@ -75,7 +75,7 @@ To kill the current user's session daemon, `pkill` may be used:
 pkill lttng-sessiond
 
-The default `SIGTERM` signal will terminate it cleanly. +The default `SIGTERM` signal terminates it cleanly. Several other options are available and described in lttng-sessiond's manpage