From: Simon McVittie Date: Wed, 25 Sep 2024 17:08:19 +0000 (+0100) Subject: spec: Improve flow of text when cross-referencing methods, etc. X-Git-Tag: dbus-1.15.12~17^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0d9495a06e9cd5b2a2af24e66d1e8249be4a399;p=thirdparty%2Fdbus.git spec: Improve flow of text when cross-referencing methods, etc. `` will typically be replaced by something like "the section called “Foo”", so if we want to name a specific method in running text, we need to use ``. Signed-off-by: Simon McVittie --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index f5c92fb41..69789ded1 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -4892,7 +4892,7 @@ message: they are delivered to the specified receipient, regardless of its match rules. One use for unicast signals is to avoid a race condition in which a signal is emitted before the intended - recipient can call to + recipient can call AddMatch to receive that signal: if the signal is sent directly to that recipient using a unicast message, it does not need to add a match rule at all, and there is no race condition. Another use for unicast signals, @@ -5529,8 +5529,9 @@ - Explicit activation via - is not currently + Explicit activation via the + StartServiceByName + method call is not currently affected by this mediation: if a confined process is to be prevented from starting arbitrary services, then it must not be allowed to call that method. @@ -5862,8 +5863,8 @@ The special message bus name org.freedesktop.DBus responds to a number of additional messages at the object path /org/freedesktop/DBus. - That object path is also used when emitting the - signal. + That object path is also used when emitting signals such as + NameOwnerChanged. @@ -7042,7 +7043,7 @@ required to list a process's credentials. In older versions, calling this method will fail: applications should recover by using the separate methods such as - + GetConnectionUnixUser instead. @@ -7099,9 +7100,9 @@ binary format. If you know what this means, please contribute documentation via the D-Bus bug tracking system. This method is on the core DBus interface for historical reasons; - the same information should be made available via - - in future. + the same information should be made available via the + GetConnectionCredentials + method in future. @@ -7157,9 +7158,9 @@ format. If you know what this means, please contribute documentation via the D-Bus bug tracking system. This method is on the core DBus interface for historical reasons; - the same information should be made available via - - in future. + the same information should be made available via the + GetConnectionCredentials + method in future.