From e0c209f3252d8ce11cc89f5b9851744ccbfa0462 Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Fri, 19 Jul 2013 11:02:12 +0800 Subject: [PATCH 2/2] Doc: update dbus-daemon manpage about listenable address Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66915 Signed-off-by: Chengwei Yang --- doc/dbus-daemon.1.xml.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/dbus-daemon.1.xml.in b/doc/dbus-daemon.1.xml.in index aea2514..cdbb8eb 100644 --- a/doc/dbus-daemon.1.xml.in +++ b/doc/dbus-daemon.1.xml.in @@ -328,6 +328,19 @@ a transport name plus possible parameters/options. Example: <listen>tcp:host=localhost,port=1234</listen> +multiple server addresses can be separated by a semi-colon. +The daemon will then try to listen on the first address and if +that fails, it'll try to listen on the next one specified, and +so forth. + + +Example: <listen>unix:path=/tmp/foo;tcp:host=localhost,port=1234</listen> + + +Refer to +Server Addresses to learn more about valid addresses. + + If there are multiple <listen> elements, then the bus listens on multiple addresses. The bus will pass its address to started services or other interested parties with -- 1.7.9.5