Improve README's description of kmod
authorAndy Grover <agrover@redhat.com>
Tue, 13 Mar 2012 22:06:37 +0000 (15:06 -0700)
committerAndy Grover <agrover@redhat.com>
Tue, 13 Mar 2012 22:06:37 +0000 (15:06 -0700)
Based on text from kmod's README.

Signed-off-by: Andy Grover <agrover@redhat.com>
README

diff --git a/README b/README
index 9498ba070ef3b2fdc8c5f1a79ec37248de714b37..53a238aedc540ae1658721764e43fbea3cddaf7f 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,13 @@
 python-kmod
 ===========
 
-Python bindings for libkmod
+Python bindings for kmod/libkmod
 
-libkmod is a C library to make inserting, removing, and listing
-Linux kernel modules easier. It can be found at:
+kmod is a set of tools to handle common tasks with Linux kernel modules like
+insert, remove, list, check properties, resolve dependencies and aliases.
+
+These tools are designed on top of libkmod, a library that is shipped with
+kmod. It can be found at:
 
 http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary