summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-09 12:37:25 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-09 12:37:25 +0100
commit0786e46318ebc9263a646960ebc742a40196d9ce (patch)
tree738705257edb781df8b5346b24aea001a87d64ef
parent0e0111304eaf28a4e86c67baecbfeed217393034 (diff)
parent88f8d44aed231729f7e6ed70d4a46dc4aad59975 (diff)
downloaddbus-0786e46318ebc9263a646960ebc742a40196d9ce.tar.gz
Merge branch 'master' of git+ssh://git.freedesktop.org/git/dbus/dbus
-rw-r--r--doc/dbus-specification.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 32a20915..1c54c155 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -3805,10 +3805,13 @@
that connection is said to <firstterm>own</firstterm> the name.
</para>
<para>
- The bus itself owns a special name, <literal>org.freedesktop.DBus</literal>.
- This name routes messages to the bus, allowing applications to make
- administrative requests. For example, applications can ask the bus
- to assign a name to a connection.
+ The bus itself owns a special name,
+ <literal>org.freedesktop.DBus</literal>, with an object
+ located at <literal>/org/freedesktop/DBus</literal> that
+ implements the <literal>org.freedesktop.DBus</literal>
+ interface. This service allows applications to make
+ administrative requests of the bus itself. For example,
+ applications can ask the bus to assign a name to a connection.
</para>
<para>
Each name may have <firstterm>queued owners</firstterm>. When an