DBus Spec: Fix sample service file
authorChengwei Yang <chengwei.yang@intel.com>
Tue, 2 Jul 2013 05:31:38 +0000 (13:31 +0800)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 22 Aug 2013 19:04:10 +0000 (20:04 +0100)
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 <chengwei.yang@intel.com>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
doc/dbus-specification.xml

index 4eaa720..65abd29 100644 (file)
          <programlisting>
             # Sample service description file
             [D-BUS Service]
-            Names=org.freedesktop.ConfigurationDatabase;org.gnome.GConf;
+            Name=org.freedesktop.ConfigurationDatabase
             Exec=/usr/libexec/gconfd-2
           </programlisting>
        </figure>