diff options
author | Chengwei Yang <chengwei.yang@intel.com> | 2013-07-02 13:31:38 +0800 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-08-22 20:04:10 +0100 |
commit | 4bb8b5629382f346f55e67cf466784b68dbe00ae (patch) | |
tree | 22d914f198d6b365fc812d65a5205c7cc38f8612 /doc | |
parent | 014ea556251259cd3c6965b78b42ebb903291e77 (diff) | |
download | dbus-4bb8b5629382f346f55e67cf466784b68dbe00ae.tar.gz |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-specification.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 4eaa7206..65abd29f 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -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> |