From 2ff6d569b382bfd4ff8e6b1f4b807c16f51e2e12 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 4 May 2016 16:48:28 -0400 Subject: [PATCH] lttng-relayd(8): $HOME -> $LTTNG_HOME MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- doc/man/lttng-relayd.8.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/lttng-relayd.8.txt b/doc/man/lttng-relayd.8.txt index e2d1365d5..d667be178 100644 --- a/doc/man/lttng-relayd.8.txt +++ b/doc/man/lttng-relayd.8.txt @@ -51,7 +51,7 @@ Output directory By default, the relay daemon writes the traces to: [verse] -$HOME/lttng-traces/'HOSTNAME'/'SESSION'/'DOMAIN' +$LTTNG_HOME/lttng-traces/'HOSTNAME'/'SESSION'/'DOMAIN' with: @@ -65,7 +65,7 @@ with: Tracing domain. You can override the default output directory prefix -(`$HOME/lttng-traces`) with the option:--output option. The other +(`$LTTNG_HOME/lttng-traces`) with the option:--output option. The other parts depend on the remote configuration. -- 2.34.1