From 36f2d93fab2d1d8ea94fc77bc2d62d9ee9236846 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 6 Feb 2014 19:38:31 +0100 Subject: [PATCH] update marketing text --- kdbus.txt | 3 +-- main.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/kdbus.txt b/kdbus.txt index db2d48c0..830e04dc 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 a49169ed..7a9b4633 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");