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");