From 19e932673f4e79f47378727a3e0e18bf28dec1c1 Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Fri, 6 Dec 2013 13:34:10 +0800 Subject: [PATCH 4/4] dbus-daemon(1): align document about "bind" with DBus Spec Bug: https://bugs.freedesktop.org/show_bug.cgi?id=72301 --- doc/dbus-daemon.1.xml.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/dbus-daemon.1.xml.in b/doc/dbus-daemon.1.xml.in index 1a1e42c..cf6a99e 100644 --- a/doc/dbus-daemon.1.xml.in +++ b/doc/dbus-daemon.1.xml.in @@ -392,12 +392,11 @@ DBUS_SESSION_BUS_ADDRESS is set. Example: <listen>tcp:host=localhost,port=0</listen> -tcp addresses also allow a bind=hostname option, which will override -the host option specifying what address to bind to, without changing -the address reported by the bus. The bind option can also take a -special name '*' to cause the bus to listen on all local address -(INADDR_ANY). The specified host should be a valid name of the local -machine or weird stuff will happen. +tcp/nonce-tcp addresses also allow a bind=hostname option, +hostname is the IP address of one of the local machine's interfaces +(most commonly 127.0.0.1), or a DNS name that resolves to one of +those IP addresses, or '*' to listen on all interfaces simultaneously. +If not specified, the default is the same value as "host". Example: <listen>tcp:host=localhost,bind=*,port=0</listen> -- 1.7.9.5