Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / understanding-lttng / plumbing / lttng-sessiond.md
index f96462294dc95b1b543d569e69254b6142c230f5..a1bb7f2ed8f64396285977932945221a3875937a 100644 (file)
@@ -61,7 +61,7 @@ session daemon. `lttng-sessiond` may also be started manually:
 lttng-sessiond
 </pre>
 
-This will start the session daemon in foreground. Use
+This starts the session daemon in foreground. Use
 
 <pre class="term">
 lttng-sessiond --daemonize
@@ -75,7 +75,7 @@ To kill the current user's session daemon, `pkill` may be used:
 pkill lttng-sessiond
 </pre>
 
-The default `SIGTERM` signal will terminate it cleanly.
+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>
This page took 0.023081 seconds and 4 git commands to generate.