Docs: Add -f/--config option to lttng-sessiond man page
[lttng-tools.git] / doc / man / lttng-sessiond.8
index bc03fb0b3e16dbac9fc62d0654e4b49d07970719..c9cffb88a50c43c7681becbe15eb05966924c859 100644 (file)
@@ -124,17 +124,20 @@ Specify path for the 64-bit UST consumer daemon libraries
 .TP
 .BR "-l, --load PATH
 Specify path from which to automatically load session configuration(s).
+.TP
+.BR "-f, --config PATH
+Specify path from which to load daemon configuration.
 
 .SH "LOADING SESSIONS"
 
 .PP
 By default, the session daemon tries to load session configuration(s) located
 in the user default directory \fB~/.lttng/sessions/auto/\fP and in the system
-wide one in \fB/etc/lttng/sessions/auto\fP. Note that the directory containing
+wide one in \fB/etc/lttng/sessions/auto/\fP. Note that the directory containing
 the session's configuration and lttng-sessiond MUST have the same UID for them
 to be automatically loaded.
 
-Specifiying a path with \-l, \-\-load PATH overrides the default directory and
+Specifying a path with \-l, \-\-load PATH overrides the default directory and
 UID check. The lttng-sessiond will simply check if it's accessible and try to
 load every session file in it.
 .PP
@@ -153,10 +156,10 @@ override this variable.
 Specify the 64-bit consumer binary path. \fB--consumerd64-path\fP
 override this variable.
 .IP "LTTNG_CONSUMERD32_LIBDIR"
-Specifiy the 64-bit library path containing libconsumer.so.
+Specify the 64-bit library path containing libconsumer.so.
 \fB--consumerd32-libdir\fP override this variable.
 .IP "LTTNG_CONSUMERD64_LIBDIR"
-Specifiy the 32-bit library path containing libconsumer.so.
+Specify the 32-bit library path containing libconsumer.so.
 \fB--consumerd64-libdir\fP override this variable.
 .IP "LTTNG_DEBUG_NOCLONE"
 Debug-mode disabling use of clone/fork. Insecure, but required to allow
@@ -187,7 +190,7 @@ babeltrace(1), lttng-ust(3), lttng(1)
 For unprivileged user running lttng-sessiond, the maximum number of file
 descriptors per process is usually 1024. This limits the number of traceable
 applications since for each instrumented application there is two file
-descriptors per-CPU and one more socktet for bidirectional communication.
+descriptors per-CPU and one more socket for bidirectional communication.
 
 For the root user, the limit is bumped to 65535. Future version will deal with
 this limitation.
@@ -233,5 +236,5 @@ Montreal for the LTTng journey.
 .PP
 lttng-tools was originally written by Mathieu Desnoyers, Julien Desfossez and
 David Goulet. More people have since contributed to it. It is currently
-maintained by David Goulet <dgoulet@efficios.com>.
+maintained by Jérémie Galarneau <jeremie.galarneau@efficios.com>.
 .PP
This page took 0.02356 seconds and 4 git commands to generate.