Mi fix: basic formatting
[lttng-tools.git] / doc / man / lttng.1
index 1475068c56f740194e1b2d161e3cc7df6ec9d0ca..12ca33d6fbcdecc7faa2019c435acae6ea1fe91e 100644 (file)
@@ -749,8 +749,10 @@ List available domain(s)
 Load tracing session configuration
 
 If NAME is omitted, all session configurations found in both the user's session
-configuration directory and the system session configuration directory will be
-loaded.
+configuration directory (default: ~/.lttng/sessions/) and the system session
+configuration directory (default: /etc/lttng/sessions/) will be loaded. Note
+that the sessions in the user directory are loaded first and then the system
+wide directory are loaded.
 
 .B OPTIONS:
 
@@ -762,7 +764,8 @@ Show summary of possible options and commands.
 Load all session configurations (default).
 .TP
 .BR "\-i, \-\-input-path PATH"
-Specify the input path for session configurations.
+Specify the input path for session configurations. This overrides the default
+session configuration directory.
 .TP
 .BR "\-f, -\-force"
 Overwrite current session configuration(s) if a session of the same name
@@ -777,8 +780,11 @@ Save tracing session configuration
 
 If SESSION is omitted, all session configurations will be saved to individual
 \fB.lttng\fP files under the user's session configuration directory (default:
-~/.lttng/sessions/ or /var/run/lttng/sessions/ for root user). The default
-session configuration file naming scheme is \fBSESSION.lttng\fP.
+~/.lttng/sessions/). The default session configuration file naming scheme is
+\fBSESSION.lttng\fP.
+
+For instance, a user in the tracing group saving a session from a root session
+daemon will save it in her/his user directory.
 
 .B OPTIONS:
 
This page took 0.023129 seconds and 4 git commands to generate.