diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-21 21:03:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-21 21:03:13 +0000 |
commit | feb47c024af3517ac77b1cfcc1994efd194cffff (patch) | |
tree | b13042d4b0bc3a0e0373a399ff1a24ec4c297fc0 /docs | |
parent | f7a01951fb16a67974aed62db3beb2cade4ed5bf (diff) | |
download | busybox-w32-feb47c024af3517ac77b1cfcc1994efd194cffff.tar.gz busybox-w32-feb47c024af3517ac77b1cfcc1994efd194cffff.tar.bz2 busybox-w32-feb47c024af3517ac77b1cfcc1994efd194cffff.zip |
Add insmod docs
-Erik
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 17 |
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: | |||
842 | 842 | ||
843 | ------------------------------- | 843 | ------------------------------- |
844 | 844 | ||
845 | =item insmod | ||
846 | |||
847 | Usage: insmod [OPTION]... MODULE [symbol=value]... | ||
848 | |||
849 | Loads the specified kernel modules into the kernel. | ||
850 | |||
851 | Options: | ||
852 | |||
853 | -f Force module to load into the wrong kernel version. | ||
854 | -k Make module autoclean-able. | ||
855 | -v verbose output | ||
856 | -x do not export externs | ||
857 | |||
858 | ------------------------------- | ||
859 | |||
845 | =item kill | 860 | =item kill |
846 | 861 | ||
847 | Usage: kill [B<-signal>] process-id [process-id ...] | 862 | Usage: kill [B<-signal>] process-id [process-id ...] |
@@ -2024,4 +2039,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2024 | 2039 | ||
2025 | =cut | 2040 | =cut |
2026 | 2041 | ||
2027 | # $Id: busybox.pod,v 1.46 2000/06/21 20:25:07 proski Exp $ | 2042 | # $Id: busybox.pod,v 1.47 2000/06/21 21:03:13 andersen Exp $ |