From: Mathieu Desnoyers Date: Wed, 19 Sep 2012 14:25:27 +0000 (-0400) Subject: Manpage update: document use in daemons X-Git-Tag: v2.1.0-rc2~41 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=0a7c55a5916a0ff52bca2dcbfe4ac825a3bb179d;hp=5d3bc5ed74a4c9f557a75d7de82ed7056adb812e;p=lttng-ust.git Manpage update: document use in daemons Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/man/lttng-ust.3 b/doc/man/lttng-ust.3 index 081f0a73..88025c0e 100644 --- a/doc/man/lttng-ust.3 +++ b/doc/man/lttng-ust.3 @@ -293,6 +293,17 @@ carefully: .fi +.SH "USING LTTNG UST WITH DAEMONS" + +.nf +Some extra care is needed when using liblttng-ust with daemon +applications that call fork(), clone(), or BSD rfork() without a +following exec() family system call. The library "liblttng-ust-fork.so" +needs to be preloaded for the application (launch with e.g. +LD_PRELOAD=liblttng-ust-fork.so appname). + +.fi + .SH "ENVIRONMENT VARIABLES" .PP