2.7, 2.8, 2.9: add my-session to shm example
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 15 Feb 2017 22:11:17 +0000 (17:11 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 17 Feb 2017 21:39:32 +0000 (16:39 -0500)
Other examples introducing an arguments provide a dummy session
name.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
2.7/lttng-docs-2.7.txt
2.8/lttng-docs-2.8.txt
2.9/lttng-docs-2.9.txt

index ffe5b5e39bcedbea160bd68fffe93aa08c2ce98a..f16a03b9dabf1fd82e8ece6a674446594cd125b7 100644 (file)
@@ -6208,7 +6208,7 @@ trace data after a system crash:
 --
 [role="term"]
 ----
-lttng create --shm-path=/path/to/shm
+lttng create my-session -shm-path=/path/to/shm
 ----
 --
 
index 3863c2be84fc0b225364583a288cd8438a3853ec..e38cafe2c6aa5d4534058788303269b4c659ec8b 100644 (file)
@@ -6864,7 +6864,7 @@ trace data after a system crash:
 --
 [role="term"]
 ----
-lttng create --shm-path=/path/to/shm
+lttng create my-session --shm-path=/path/to/shm
 ----
 --
 
index 1b74bc0b49c98d89b861fc49c7e9dbd3506eb059..533bae327e981b6515379acb7deefa03b3e8d412 100644 (file)
@@ -6709,7 +6709,7 @@ trace data after a system crash:
 --
 [role="term"]
 ----
-lttng create --shm-path=/path/to/shm
+lttng create my-session --shm-path=/path/to/shm
 ----
 --
 
This page took 0.028628 seconds and 4 git commands to generate.