aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-21 21:03:13 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-21 21:03:13 +0000
commitfeb47c024af3517ac77b1cfcc1994efd194cffff (patch)
treeb13042d4b0bc3a0e0373a399ff1a24ec4c297fc0
parentf7a01951fb16a67974aed62db3beb2cade4ed5bf (diff)
downloadbusybox-feb47c024af3517ac77b1cfcc1994efd194cffff.tar.gz
Add insmod docs
-Erik
-rw-r--r--docs/busybox.pod17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 1140dea14..5e1d6d57f 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -842,6 +842,21 @@ Example /etc/inittab file:
-------------------------------
+=item insmod
+
+Usage: insmod [OPTION]... MODULE [symbol=value]...
+
+Loads the specified kernel modules into the kernel.
+
+Options:
+
+ -f Force module to load into the wrong kernel version.
+ -k Make module autoclean-able.
+ -v verbose output
+ -x do not export externs
+
+-------------------------------
+
=item kill
Usage: kill [B<-signal>] process-id [process-id ...]
@@ -2024,4 +2039,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
-# $Id: busybox.pod,v 1.46 2000/06/21 20:25:07 proski Exp $
+# $Id: busybox.pod,v 1.47 2000/06/21 21:03:13 andersen Exp $