From 32357a9aba8ff33b71b46ec05b285171b97b9e55 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 2 Apr 2020 15:03:15 -0400 Subject: [PATCH] doc/man: refer to Babeltrace 2 instead of Babeltrace 1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Change-Id: Icafd69f28304b14e49e8cf8e21d2c6ebe3e319b6 Signed-off-by: Jérémie Galarneau --- doc/man/lttng-crash.1.txt | 7 ++++--- doc/man/lttng-relayd.8.txt | 2 +- doc/man/lttng-sessiond.8.txt | 4 ++-- doc/man/lttng.1.txt | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/man/lttng-crash.1.txt b/doc/man/lttng-crash.1.txt index 25483847d..f67a88135 100644 --- a/doc/man/lttng-crash.1.txt +++ b/doc/man/lttng-crash.1.txt @@ -1,6 +1,6 @@ lttng-crash(1) ============== -:revdate: 5 June 2018 +:revdate: 2 April 2020 NAME @@ -46,7 +46,8 @@ option:-e 'VIEWER', option:--viewer='VIEWER':: 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 @@ -79,4 +80,4 @@ man:lttng(1), man:lttng-sessiond(8), man:lttng-relayd(8), man:lttng-ust(3), -man:babeltrace(1) +man:babeltrace2(1) diff --git a/doc/man/lttng-relayd.8.txt b/doc/man/lttng-relayd.8.txt index e70242d46..f5a5bcd10 100644 --- a/doc/man/lttng-relayd.8.txt +++ b/doc/man/lttng-relayd.8.txt @@ -309,4 +309,4 @@ man:lttng(1), man:lttng-sessiond(8), man:lttng-crash(1), man:lttng-ust(3), -man:babeltrace(1) +man:babeltrace2(1) diff --git a/doc/man/lttng-sessiond.8.txt b/doc/man/lttng-sessiond.8.txt index 73a9717c5..e84c70b92 100644 --- a/doc/man/lttng-sessiond.8.txt +++ b/doc/man/lttng-sessiond.8.txt @@ -42,7 +42,7 @@ to interact with multiple tracers (kernel and user space) within the same container, a _tracing session_. Traces can be gathered from the Linux kernel and/or from instrumented applications (see man:lttng-ust(3)). You can aggregate and read the events of LTTng -traces using man:babeltrace(1). +traces using man:babeltrace2(1). To trace the Linux kernel, the session daemon needs to be running as `root`. LTTng uses a _tracing group_ to allow specific users to interact @@ -347,4 +347,4 @@ man:lttng(1), man:lttng-relayd(8), man:lttng-crash(1), man:lttng-ust(3), -man:babeltrace(1) +man:babeltrace2(1) diff --git a/doc/man/lttng.1.txt b/doc/man/lttng.1.txt index 4e02c765b..8465ceeb4 100644 --- a/doc/man/lttng.1.txt +++ b/doc/man/lttng.1.txt @@ -56,7 +56,7 @@ interact with multiple tracers (kernel and user space) within the same container, a _tracing session_. Traces can be gathered from the Linux kernel and/or from instrumented applications (see man:lttng-ust(3)). You can aggregate and read the events of LTTng -traces using man:babeltrace(1). +traces using man:babeltrace2(1). To trace the Linux kernel, the session daemon needs to be running as `root`. LTTng uses a _tracing group_ to allow specific users to interact @@ -252,4 +252,4 @@ man:lttng-sessiond(8), man:lttng-relayd(8), man:lttng-crash(1), man:lttng-ust(3), -man:babeltrace(1) +man:babeltrace2(1) -- 2.34.1