]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Do not claim that '*' resolves to INADDR_ANY on all OSs
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 11 Sep 2014 14:05:25 +0000 (15:05 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Oct 2014 13:01:51 +0000 (14:01 +0100)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=72296

doc/dbus-daemon.1.xml.in

index cd7942c3e6beddeb430f7f390dfe35cd782df3f9..78f0fd08b4e9858ed91f60c1fa00d3da00243e60 100644 (file)
@@ -396,12 +396,14 @@ DBUS_SESSION_BUS_ADDRESS is set.</para>
 used in a listenable address to configure the interface on which
 the server will listen: either the 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,
+a DNS name that resolves to one of those IP addresses, '0.0.0.0'
+to listen on all IPv4 interfaces simultaneously, or '::'
+to listen on all IPv4 and IPv6 interfaces simultaneously (if supported
+by the OS).  If not specified,
 the default is the same value as "host".</para>
 
 
-<para>Example: &lt;listen&gt;tcp:host=localhost,bind=*,port=0&lt;/listen&gt;</para>
+<para>Example: &lt;listen&gt;tcp:host=localhost,bind=0.0.0.0,port=0&lt;/listen&gt;</para>
 
 <itemizedlist remap='TP'>