From 8e11b5009e585cf5637c9a401d2a11483ceffef7 Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Wed, 4 Dec 2013 18:33:07 +0800 Subject: [PATCH 3/3] DBus-daemon(1): clarify hostname of bind to avoid confusing At previous, I confused by below string in dbus-daemon(1) The specified host should be a valid name of the local machine or weird stuff will happen. "The specified host" may also understand as "the hostname specified by 'host' key". Maybe this is a problem for me (English is my second language), so to avoid the others got confused, let's clarify it as "The specified hostname of bind". Bug: https://bugs.freedesktop.org/show_bug.cgi?id=72301 --- doc/dbus-daemon.1.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dbus-daemon.1.xml.in b/doc/dbus-daemon.1.xml.in index 1a1e42c..f6fe985 100644 --- a/doc/dbus-daemon.1.xml.in +++ b/doc/dbus-daemon.1.xml.in @@ -396,8 +396,8 @@ DBUS_SESSION_BUS_ADDRESS is set. 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. +(INADDR_ANY). The specified hostname of bind should be a valid +name of the local machine or it will fail. Example: <listen>tcp:host=localhost,bind=*,port=0</listen> -- 1.7.9.5