From: Benjamin Poirier Date: Mon, 6 Jan 2020 05:19:54 +0000 (+0900) Subject: doc: Fix bind address example for lttng-relayd X-Git-Tag: v2.11.1~9 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=ed523e923bdc1b65d1d3ec5593d0550b29684ab1 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 2f41ec29b..7886d34b4 100644 --- a/doc/man/lttng-relayd.8.txt +++ b/doc/man/lttng-relayd.8.txt @@ -39,7 +39,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