From 96738fb43331f06b2a95633fd4c59e090d4fc532 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 31 Jul 2014 23:02:54 +0200 Subject: [PATCH] kdbus.h: clarify policy holder docs --- kdbus.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kdbus.h b/kdbus.h index 0b189cb..8f98396 100644 --- 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 */ -- 2.34.1