From: Philippe Proulx Date: Wed, 11 Nov 2015 20:44:03 +0000 (-0500) Subject: doc/man: create lttng-version(1) and update/fix content X-Git-Tag: v2.8.0-rc1~47 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e85eccc8d6ec0064d723a08260f23936e8143e2e doc/man: create lttng-version(1) and update/fix content Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 90d7f9f03..a6ce6cd53 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -15,7 +15,8 @@ MAN1_NAMES = \ lttng-save \ lttng-load \ lttng-start \ - lttng-stop + lttng-stop \ + lttng-version MAN3_NAMES = MAN8_NAMES = MAN1_NO_ASCIIDOC_NAMES = lttng-crash diff --git a/doc/man/lttng-version.1.txt b/doc/man/lttng-version.1.txt new file mode 100644 index 000000000..8c5148f1b --- /dev/null +++ b/doc/man/lttng-version.1.txt @@ -0,0 +1,40 @@ +lttng-version(1) +================ + + +NAME +---- +lttng-version - Get the version of LTTng-tools + + +SYNOPSIS +-------- +[verse] +*lttng* ['GENERAL OPTIONS'] *version* + + +DESCRIPTION +----------- +The `lttng version` command outputs the version of LTTng-tools. + +The output of `lttng version` is broke down into the following parts: + +* Major, minor, and patch numbers +* Git commit information, if available +* Release name with its description +* LTTng project's website URL +* License information + + +include::common-cmd-options-head.txt[] + + +include::common-cmd-help-options.txt[] + + +include::common-cmd-footer.txt[] + + +SEE ALSO +-------- +linklttng:lttng(1)