From e9b02942d6835625c8a3ae3112ba1a56c8e1aaaf Mon Sep 17 00:00:00 2001 From: Benjamin Poirier Date: Mon, 6 Jan 2020 14:19:54 +0900 Subject: [PATCH] doc: Fix bind address example for lttng-relayd MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit INADDR_ANY is 0.0.0.0 Fixes: c93eadade277 ("doc/man: use propagated default values in man pages") Acked-by: Mathieu Desnoyers Signed-off-by: Benjamin Poirier Signed-off-by: Jérémie Galarneau Change-Id: I6e908adca66b829128ea31cf392bccad3f96d63d --- doc/man/lttng-relayd.8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/lttng-relayd.8.txt b/doc/man/lttng-relayd.8.txt index be59675d0..bf88a5359 100644 --- a/doc/man/lttng-relayd.8.txt +++ b/doc/man/lttng-relayd.8.txt @@ -40,7 +40,7 @@ it can write to the output directory and listen on the configured ports. If a user is within a secured network and/or has proper firewall settings, `lttng-relayd` can listen to LTTng live connections from _all_ network interfaces by specifying -+--live-port=tcp://{default_network_viewer_bind_address}:{default_network_viewer_port}+. ++--live-port=tcp://0.0.0.0:{default_network_viewer_port}+. Once a trace has been streamed completely, the trace can be processed by any tool that can process an LTTng trace located on the local -- 2.34.1