From: Eric Andersen Date: Wed, 21 Jun 2000 21:03:13 +0000 (-0000) Subject: Add insmod docs X-Git-Tag: 0_45~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=feb47c024af3517ac77b1cfcc1994efd194cffff;p=oweals%2Fbusybox.git Add insmod docs -Erik --- 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 =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 $