Manpage update: document use in daemons
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Sep 2012 14:25:27 +0000 (10:25 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Sep 2012 14:26:03 +0000 (10:26 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/lttng-ust.3

index 081f0a73c83d3feae061682b945e8e0dd66cc752..88025c0e702727da568f9a99b7dbb70bd248cc2c 100644 (file)
@@ -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
This page took 0.025422 seconds and 4 git commands to generate.