X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-stop.1.txt;h=8e71529df14ee805583b64a5270db02b9f5309d3;hp=7d71f3be882d7524c929026c20bb03d7cc2bdbad;hb=5dd0d9a56e0d03d5897cf7322e9c6037deb23e4b;hpb=ce19b9ed9bd9591bd0c4d1998780082a490991fd diff --git a/doc/man/lttng-stop.1.txt b/doc/man/lttng-stop.1.txt index 7d71f3be8..8e71529df 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 @@ -43,8 +43,8 @@ include::common-cmd-options-head.txt[] option:-n, option:--no-wait:: - Do not ensure that the chosen tracing session's trace data is valid - before returning to the prompt. + Do not ensure that the chosen tracing session's trace data is valid + before returning to the prompt. include::common-cmd-help-options.txt[] @@ -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)