commit 3c1d1368d2c4c6502e7e7acbbbf194733fca752e
Author: sin <[email protected]>
Date:   Sat Apr 12 14:30:56 2014 +0100

    Add insmod manpage and fix insmod usage

diff --git a/insmod.8 b/insmod.8
new file mode 100644
index 0000000..7273a50
--- /dev/null
+++ b/insmod.8
@@ -0,0 +1,10 @@
+.TH INSMOD 8 ubase-VERSION
+.SH NAME
+BinsmodR - Insert a module into the Linux kernel
+.SH SYNOPSIS
+BinsmodR filename [Iargs...R]
+.SH DESCRIPTION
+BinsmodR inserts a module into the kernel.  It does not handle
+module dependencies.
+.SH SEE ALSO
+rmmod(8), lsmod(8)
diff --git a/insmod.c b/insmod.c
index c5c1c0b..0ca23dc 100644
--- a/insmod.c
+++ b/insmod.c
@@ -11,7 +11,7 @@
 static void
 usage(void)
 {
-       eprintf("usage: %s module [args]
", argv0);
+       eprintf("usage: %s filename [args...]
", argv0);
 }
 
 int


Reply via email to