summaryrefslogtreecommitdiff
path: root/doc/dbus-specification.xml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-10-02 11:42:30 +0100
committerSimon McVittie <smcv@collabora.com>2022-10-02 11:42:30 +0100
commit4033dc57869b9e517e9fc01b338d26e0faed61c1 (patch)
treebf96168a55b19a66f332a93a34014d089ac1ece3 /doc/dbus-specification.xml
parentf01382ae310c7d63790c07ed280f575d91ea57b8 (diff)
downloaddbus-4033dc57869b9e517e9fc01b338d26e0faed61c1.tar.gz
spec: Clarify that unix:tmpdir may create unix:path sockets even on Linux
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'doc/dbus-specification.xml')
-rw-r--r--doc/dbus-specification.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 27c849ce..62c8e89d 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -3728,7 +3728,12 @@
The same as "dir", except that on platforms with
abstract sockets, the server may attempt to create an
abstract socket whose name starts with this directory instead
- of a path-based socket. This key can only be used in server
+ of a path-based socket.
+ The server is not required to create an abstract socket, even
+ on platforms that support it: treating "tmpdir" as being
+ equivalent to "dir" is a valid implementation, and recent
+ versions of the reference implementation of D-Bus do this.
+ Like "dir", this key can only be used in server
addresses, not in client addresses; the resulting client address
will have the "abstract" or "path" key instead.
</entry>