From: Benjamin Poirier Date: Mon, 6 Jan 2020 05:19:54 +0000 (+0900) Subject: doc: Fix bind address example for lttng-relayd X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=e9b02942d6835625c8a3ae3112ba1a56c8e1aaaf doc: Fix bind address example for lttng-relayd 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 --- 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