X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-status.1.txt;h=caeac97035fad239137187082106a8a975e0e7b9;hb=484b2a0cbefcf0c7072622a5a411ea5ed849da28;hp=0d4965b77320c817b81f8fa75c702fa589f4364d;hpb=7c1a4458be934fec31aa27a0eb52e4d0b8cb3803;p=lttng-tools.git diff --git a/doc/man/lttng-status.1.txt b/doc/man/lttng-status.1.txt index 0d4965b77..caeac9703 100644 --- a/doc/man/lttng-status.1.txt +++ b/doc/man/lttng-status.1.txt @@ -1,10 +1,11 @@ lttng-status(1) =============== +:revdate: 21 April 2021 NAME ---- -lttng-status - Get the current LTTng tracing session's status +lttng-status - Show the status of the current LTTng tracing session SYNOPSIS @@ -15,18 +16,16 @@ SYNOPSIS DESCRIPTION ----------- -The `lttng status` command shows the status of the current -tracing session. +The `lttng status` command shows the status of the current tracing +session (see man:lttng-create(1) and man:lttng-set-session(1) to learn +more about the current tracing session). -This command is the exact equivalent of: +This command is equivalent to: -[role="term"] ---------------------- -lttng list CURSESSION ---------------------- +[verse] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *list* 'CURSESSION' where `CURSESSION` is the name of the current tracing session. -Use man:lttng-set-session(1) to set the current tracing session. include::common-cmd-options-head.txt[] @@ -40,5 +39,7 @@ include::common-cmd-footer.txt[] SEE ALSO -------- -man:lttng-set-session(1), -man:lttng(1) +man:lttng(1), +man:lttng-create(1), +man:lttng-list(1), +man:lttng-set-session(1)