kdbus.h: remove left-over documentation
authorKay Sievers <kay@vrfy.org>
Thu, 24 Apr 2014 11:15:13 +0000 (13:15 +0200)
committerKay Sievers <kay@vrfy.org>
Thu, 24 Apr 2014 11:15:13 +0000 (13:15 +0200)
kdbus.h

diff --git a/kdbus.h b/kdbus.h
index e9f7d44bcb1a3a2236dc5f85000abf3a9fa34a26..0b189cb549f703afd3becdd850807a143ff8d6fb 100644 (file)
--- a/kdbus.h
+++ b/kdbus.h
@@ -602,9 +602,7 @@ enum kdbus_name_flags {
  * struct kdbus_cmd_name - struct to describe a well-known name
  * @size:              The total size of the struct
  * @flags:             Flags for a name entry (KDBUS_NAME_*)
- * @owner_id:          The current owner of the name. For requests,
- *                     privileged users may set this field to
- *                     (de)register names on behalf of other connections.
+ * @owner_id:          The current owner of the name.
  * @conn_flags:                The flags of the owning connection (KDBUS_HELLO_*)
  * @name:              The well-known name
  *