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.9.15~1 X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=8c34026807eeacb761c742d19ba531a2a8ab52e8;hp=a10c3bb71beded520a3e1b9a6b797242f72a34cc 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 a4ac43431..f3a2c6fe2 100644 --- a/doc/man/lttng-relayd.8.txt +++ b/doc/man/lttng-relayd.8.txt @@ -38,7 +38,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