Skip to content

Commit

Permalink
update marketing text
Browse files Browse the repository at this point in the history
  • Loading branch information
kaysievers committed Feb 6, 2014
1 parent 2d172b8 commit 36f2d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions 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,
Expand Down
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -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");

0 comments on commit 36f2d93

Please sign in to comment.