From: Simon McVittie Date: Wed, 25 Sep 2024 16:41:36 +0000 (+0100) Subject: spec: Provide better cross-reference links for common interfaces X-Git-Tag: dbus-1.15.12~17^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d60bc69f57d6b106458d2b952fbf0abb9e6cf26c;p=thirdparty%2Fdbus.git spec: Provide better cross-reference links for common interfaces There's no need to make readers go looking for these in a larger section, we can link directly to the individual interfaces. Signed-off-by: Simon McVittie --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 8ebe7a8de..c8ee96be7 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -5883,8 +5883,11 @@ In addition to the method calls listed below, the message bus - should implement the standard Introspectable, Properties and Peer - interfaces (see ). + should implement the standard + Introspectable, + Peer and + Properties + interfaces. Support for the Properties and Peer interfaces was added in version 1.11.x of the reference implementation of the message bus.