[hackers] [ubase] Add insmod manpage and fix insmod usage || sin
commit 3c1d1368d2c4c6502e7e7acbbbf194733fca752e
Author: sin <sin_AT_2f30.org>
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
_AT_@ -0,0 +1,10 @@
+.TH INSMOD 8 ubase-VERSION
+.SH NAME
+BinsmodR - Insert a module into the Linux kernel
+.SH SYNOPSIS
+BinsmodR filename [Iargs...R]
+.SH DESCRIPTION
+BinsmodR 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
_AT_@ -11,7 +11,7 @@
static void
usage(void)
{
- eprintf("usage: %s module [args]
", argv0);
+ eprintf("usage: %s filename [args...]
", argv0);
}
int
Received on Sat Apr 12 2014 - 15:31:31 CEST
This archive was generated by hypermail 2.3.0
: Sat Apr 12 2014 - 15:36:14 CEST