mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 16:31:24 +00:00
Add insmod docs
-Erik
This commit is contained in:
parent
f7a01951fb
commit
feb47c024a
@ -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
|
=item kill
|
||||||
|
|
||||||
Usage: kill [B<-signal>] process-id [process-id ...]
|
Usage: kill [B<-signal>] process-id [process-id ...]
|
||||||
@ -2024,4 +2039,4 @@ Enrique Zanardi <ezanardi@ull.es>
|
|||||||
|
|
||||||
=cut
|
=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 $
|
||||||
|
Loading…
Reference in New Issue
Block a user