From 4bb8b5629382f346f55e67cf466784b68dbe00ae 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 Reviewed-by: Simon McVittie --- 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 4eaa72060..65abd29fd 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 -- 2.47.3