X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-stop.1.txt;h=e2997e64aec3c82398090f969299ac3f1a8a384c;hp=7d71f3be882d7524c929026c20bb03d7cc2bdbad;hb=5de63f6d18f9b58a65b50c8e773cc44a2bc37e0a;hpb=ce19b9ed9bd9591bd0c4d1998780082a490991fd diff --git a/doc/man/lttng-stop.1.txt b/doc/man/lttng-stop.1.txt index 7d71f3be8..e2997e64a 100644 --- a/doc/man/lttng-stop.1.txt +++ b/doc/man/lttng-stop.1.txt @@ -18,19 +18,19 @@ DESCRIPTION The `lttng stop` command stops the various LTTng tracers for a given active tracing session. -Stoping the LTTng tracers has the effect that all enabled event rules +Stopping the LTTng tracers has the effect that all enabled event rules within enabled channels cannot make event sources _emit_ trace events anymore. A tracing session with no running tracers is said to be _inactive_. Inactive tracing sessions can be set active using the -linklttng:lttng-start(1) command. +man:lttng-start(1) command. If 'SESSION' is omitted, the LTTng tracers are stopped for the current -tracing session (see linklttng:lttng-create(1) for more information +tracing session (see man:lttng-create(1) for more information about the current tracing session). Otherwise, they are stopped for the existing tracing session named 'SESSION'. `lttng list` -outputs all the existing tracing sessions (see linklttng:lttng-list(1)). +outputs all the existing tracing sessions (see man:lttng-list(1)). By default, the `lttng stop` command ensures that the tracing session's trace data is valid before returning to the prompt. With the @@ -55,5 +55,5 @@ include::common-cmd-footer.txt[] SEE ALSO -------- -linklttng:lttng-start(1), -linklttng:lttng(1) +man:lttng-start(1), +man:lttng(1)