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 <chengwei.yang@intel.com>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
Chengwei Yang 2013-07-02 13:31:38 +08:00 committed by Simon McVittie
parent 014ea55625
commit 4bb8b56293

View file

@ -4659,7 +4659,7 @@
<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>