diff options
author | Chengwei Yang <chengwei.yang@intel.com> | 2013-09-04 14:52:21 +0800 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-13 13:55:41 +0100 |
commit | dd71688e5d5fe2bdca8b3c0b090a40d053100a4f (patch) | |
tree | b366a6e2ba379dcfd38e4583217afb7498c6eaf3 | |
parent | 0cea59aad50c75ee6125e6fc627c4f083489d40d (diff) | |
download | dbus-dd71688e5d5fe2bdca8b3c0b090a40d053100a4f.tar.gz |
Fix dbus-daemon document about servicedir
In dbus-daemon implementation, the servicedir are searched in order in
which they appear in the config file.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66994
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r-- | doc/dbus-daemon.1.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dbus-daemon.1.xml.in b/doc/dbus-daemon.1.xml.in index 023bebae..c08cf2b2 100644 --- a/doc/dbus-daemon.1.xml.in +++ b/doc/dbus-daemon.1.xml.in @@ -397,7 +397,7 @@ which mechanisms are listed is not meaningful.</para> </itemizedlist> <para>Adds a directory to scan for .service files. Directories are -scanned starting with the last to appear in the config file +scanned starting with the first to appear in the config file (the first .service file found that provides a particular service will be used).</para> |