From 18d6fa61d34ddc3ce8326e84390cf028f1984fd3 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 14 Nov 2015 00:16:43 -0500 Subject: [PATCH] doc/man: create lttng-status(1) and update/fix content MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- doc/man/Makefile.am | 3 ++- doc/man/lttng-status.1.txt | 43 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 doc/man/lttng-status.1.txt diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 0a10e8653..d856276f4 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -24,7 +24,8 @@ MAN1_NAMES = \ lttng-list \ lttng-calibrate \ lttng-track \ - lttng-untrack + lttng-untrack \ + lttng-status MAN3_NAMES = MAN8_NAMES = MAN1_NO_ASCIIDOC_NAMES = lttng-crash diff --git a/doc/man/lttng-status.1.txt b/doc/man/lttng-status.1.txt new file mode 100644 index 000000000..89bfca851 --- /dev/null +++ b/doc/man/lttng-status.1.txt @@ -0,0 +1,43 @@ +lttng-status(1) +=============== + + +NAME +---- +lttng-status - Get the current LTTng tracing session's status + + +SYNOPSIS +-------- +[verse] +*lttng* ['GENERAL OPTIONS'] *status* + + +DESCRIPTION +----------- +The `lttng status` command shows the status of the current +tracing session. + +This command is the exact equivalent of: + +--------------------- +lttng list CURSESSION +--------------------- + +where `CURSESSION` is the name of the current tracing session. +Use linklttng:lttng-set-session(1) to set the current tracing session. + + +include::common-cmd-options-head.txt[] + + +include::common-cmd-help-options.txt[] + + +include::common-cmd-footer.txt[] + + +SEE ALSO +-------- +linklttng:lttng-set-session(1), +linklttng:lttng(1) -- 2.34.1