kdbus.h: clarify policy holder docs
authorKay Sievers <kay@vrfy.org>
Thu, 31 Jul 2014 21:02:54 +0000 (23:02 +0200)
committerKay Sievers <kay@vrfy.org>
Thu, 31 Jul 2014 21:02:54 +0000 (23:02 +0200)
kdbus.h

diff --git a/kdbus.h b/kdbus.h
index 0b189cb549f703afd3becdd850807a143ff8d6fb..8f98396c5335e9b00b78d6187bad50e6ce675678 100644 (file)
--- a/kdbus.h
+++ b/kdbus.h
@@ -481,9 +481,11 @@ enum kdbus_policy_type {
  *                             a well-know name for a process to be started
  *                             when traffic arrives
  * @KDBUS_HELLO_POLICY_HOLDER: Special-purpose connection which registers
- *                             policy entries for one or multiple names. The
- *                             provided names are not activated, and are not
- *                             registered with the name database
+ *                             policy entries for a name. The provided name
+ *                             is not activated and not registered with the
+ *                             name database, it only allows unprivileged
+ *                             connections to aquire a name, talk or discover
+ *                             a service
  * @KDBUS_HELLO_MONITOR:       Special-purpose connection to monitor
  *                             bus traffic
  */