summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-02-06 19:38:31 +0100
committerKay Sievers <kay@vrfy.org>2014-02-06 19:38:31 +0100
commit36f2d93fab2d1d8ea94fc77bc2d62d9ee9236846 (patch)
tree0024a0a2bc53774127d011966a6f3fdbd7531433
parent2d172b8677abd9de67a5d4e17b810cd08279fbf2 (diff)
downloadkdbus-bus-36f2d93fab2d1d8ea94fc77bc2d62d9ee9236846.tar.gz
kdbus-bus-36f2d93fab2d1d8ea94fc77bc2d62d9ee9236846.tar.bz2
kdbus-bus-36f2d93fab2d1d8ea94fc77bc2d62d9ee9236846.zip
update marketing text
-rw-r--r--kdbus.txt3
-rw-r--r--main.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/kdbus.txt b/kdbus.txt
index db2d48c0340..830e04dc5c0 100644
--- a/kdbus.txt
+++ b/kdbus.txt
@@ -1,5 +1,4 @@
-D-Bus is a system for low-latency, low-overhead, easy to use interprocess
-communication (IPC).
+D-Bus is a system for powerful, easy to use interprocess communication (IPC).
The focus of this document is an overview of the low-level, native kernel D-Bus
transport called kdbus. Kdbus in the kernel acts similar to a device driver,
diff --git a/main.c b/main.c
index a49169edc7c..7a9b46333cb 100644
--- a/main.c
+++ b/main.c
@@ -55,4 +55,4 @@ static void __exit kdbus_exit(void)
module_init(kdbus_init);
module_exit(kdbus_exit);
MODULE_LICENSE("GPL");
-MODULE_DESCRIPTION("kdbus interprocess communication");
+MODULE_DESCRIPTION("D-Bus, powerful, easy to use interprocess communication");