From 6be3d49af943f4dda1d6bb2257b98817b05f417a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 3 Dec 2012 13:08:25 -0500 Subject: [PATCH] Update sessiond man page with new env var Signed-off-by: David Goulet --- doc/man/lttng-sessiond.8 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/man/lttng-sessiond.8 b/doc/man/lttng-sessiond.8 index b8b9906ad..76c87b6a0 100644 --- a/doc/man/lttng-sessiond.8 +++ b/doc/man/lttng-sessiond.8 @@ -132,6 +132,11 @@ Specifiy the 32-bit library path containing libconsumer.so. .IP "LTTNG_DEBUG_NOCLONE" Debug-mode disabling use of clone/fork. Insecure, but required to allow debuggers to work with sessiond on some operating systems. +.IP "LTTNG_APP_SOCKET_TIMEOUT" +Control the timeout of application's socket when sending and receiving +commands. After this period of time, the application is unregistered by the +session daemon. A value of 0 or -1 means an infinite timeout. Default value is +5 seconds. .SH "SEE ALSO" .PP -- 2.34.1