]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Spec: be clearer about "starting" and "activation" being synonyms
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 22 Nov 2016 11:46:17 +0000 (11:46 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 22 Nov 2016 19:02:20 +0000 (19:02 +0000)
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98671

doc/dbus-specification.xml

index 9f1527b62c7b9ba2c31ff7b754429eefb6b5e22d..4e8c07423bf886ec85c0c65f64d9f600c99f92ac 100644 (file)
         <para>
           Unless a message has the flag <literal>NO_AUTO_START</literal>, if the
           destination name does not exist then a program to own the destination
-          name will be started before the message is delivered. See
+          name will be started (activated) before the message is delivered. See
           <xref linkend="message-bus-starting-services"/>.
           The message
           will be held until the new program is successfully started or has
       </para>
 
       <para>
-        In D-Bus, starting a service is normally done by
-        <firstterm>auto-starting</firstterm>, which is one form of activation.
+        <firstterm>Starting a service</firstterm> should be read as synonymous
+        with service activation.
+      </para>
+
+      <para>
+        In D-Bus, service activation is normally done by
+        <firstterm>auto-starting</firstterm>.
         In auto-starting, applications send a
         message to a particular well-known name, such as
         <literal>com.example.TextEditor1</literal>, without specifying the