From 0a6824325e07c32360cd427f68eb74a9084f574e Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Tue, 2 Jul 2013 13:31:38 +0800 Subject: [PATCH] DBus Spec: Fix sample service file There are two errors in the sample service file. First, a typo, Names should be Name. Second, can not specify multiple names. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66481 Signed-off-by: Chengwei Yang --- doc/dbus-specification.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 324dfd4..75fc66b 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -4659,7 +4659,7 @@ # Sample service description file [D-BUS Service] - Names=org.freedesktop.ConfigurationDatabase;org.gnome.GConf; + Name=org.freedesktop.ConfigurationDatabase Exec=/usr/libexec/gconfd-2 -- 1.7.9.5