X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-crash.1.txt;h=f67a881353a7cf80e278214d7579d33a7274c1d4;hb=32357a9aba8ff33b71b46ec05b285171b97b9e55;hp=7427af94f5db14b0b6270153180ec6843b6e7b3c;hpb=7c1a4458be934fec31aa27a0eb52e4d0b8cb3803;p=lttng-tools.git diff --git a/doc/man/lttng-crash.1.txt b/doc/man/lttng-crash.1.txt index 7427af94f..f67a88135 100644 --- a/doc/man/lttng-crash.1.txt +++ b/doc/man/lttng-crash.1.txt @@ -1,5 +1,6 @@ lttng-crash(1) ============== +:revdate: 2 April 2020 NAME @@ -15,7 +16,7 @@ SYNOPSIS DESCRIPTION ----------- -The http://lttng.org/[_Linux Trace Toolkit: next generation_] is an open +The https://lttng.org/[_Linux Trace Toolkit: next generation_] is an open source software package used for correlated tracing of the Linux kernel, user applications, and user libraries. @@ -28,7 +29,7 @@ LTTng trace buffers in the event of a system crash. OPTIONS ------- -option:-x, option:--extract='PATH':: +option:-x 'PATH', option:--extract='PATH':: Extract recovered traces to path 'PATH'; do not execute the trace viewer. @@ -39,13 +40,14 @@ Three levels of verbosity are available, which are triggered by appending additional `v` letters to the option (that is, `-vv` and `-vvv`). -option:-e, option:--viewer='VIEWER':: +option:-e 'VIEWER', option:--viewer='VIEWER':: Use trace viewer 'VIEWER' to view the trace buffers. 'VIEWER' is the absolute path to the viewer command to use, and it can contain command arguments as well. The trace directory paths are passed to the 'VIEWER' command as its last arguments. + -Default: `babeltrace`. +Without this option, `lttng crash` uses man:babeltrace2(1) if it's +available. Otherwise, it tries to use man:babeltrace(1). Program information @@ -78,4 +80,4 @@ man:lttng(1), man:lttng-sessiond(8), man:lttng-relayd(8), man:lttng-ust(3), -man:babeltrace(1) +man:babeltrace2(1)