X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-sessiond.8.txt;h=deda68c6471d63cfa378671b814c8c81e9b6e817;hp=73a9717c591c86ae0511796b5cb301ad912ae0e7;hb=6a0e3480d14f8691ea30855d1895e073bffc57d0;hpb=4605890e0a926f1c88355051dcd6d8a8dd135c58 diff --git a/doc/man/lttng-sessiond.8.txt b/doc/man/lttng-sessiond.8.txt index 73a9717c5..deda68c64 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 @@ -99,14 +99,14 @@ option:-b, option:--background:: Use the option:--daemonize option instead to close the file descriptors. +option:-f, option:--config='PATH':: + Load session daemon configuration from path 'PATH'. + option:-d, option:--daemonize:: Start as Unix daemon, and close file descriptors (console). Use the option:--background option instead to keep the file descriptors open. -option:-f, option:--config='PATH':: - Load session daemon configuration from path 'PATH'. - option:-g, option:--group='GROUP':: Use 'GROUP' as Unix tracing group (default: `tracing`). @@ -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)