summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2012-03-13 15:06:37 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-20 07:22:52 -0300
commit8b740787d208511f4e6a886028d310fa29a23cd0 (patch)
treeb87d151bbda63f82bb828c188a7f41a9769357d2
parent8e4b6886be387406307a784b0fb90a31c199586f (diff)
downloadkmod-8b740787d208511f4e6a886028d310fa29a23cd0.tar.gz
python: Improve README's description of kmod
Based on text from kmod's README.
-rw-r--r--libkmod/python/README9
1 files changed, 6 insertions, 3 deletions
diff --git a/libkmod/python/README b/libkmod/python/README
index 9498ba0..53a238a 100644
--- a/libkmod/python/README
+++ b/libkmod/python/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