diff options
author | Tom Gundersen <teg@jklm.no> | 2017-05-31 16:22:21 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2017-05-31 16:27:51 +0100 |
commit | f9330c02d0b8e2438c78bb49bffd3b3f691ebae6 (patch) | |
tree | b769a4c2e79c5abc591dff64143018fd3c479886 /doc/dbus-specification.xml | |
parent | 93136d6245f293f133ca701499f6abf29be82218 (diff) | |
download | dbus-f9330c02d0b8e2438c78bb49bffd3b3f691ebae6.tar.gz |
spec: Re-word documentation of ListQueuedOwners
This was previously written in an unusual message-passing-oriented
style, which obscured the meaning. Use a more method-call-oriented
style instead.
[smcv: separated out from a larger commit, added commit message]
Reviewed-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'doc/dbus-specification.xml')
-rw-r--r-- | doc/dbus-specification.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 565ce56c..f85e3c6e 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -5644,9 +5644,7 @@ </informaltable> </para> <para> - This method call should be sent to - <literal>org.freedesktop.DBus</literal> and lists the connections - currently queued for a bus name (see + List the connections currently queued for a bus name (see <xref linkend="term-queued-owner"/>). </para> </sect3> |