aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-21 21:03:13 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-21 21:03:13 +0000
commitb380d01e3bf3c28a49e363e3d71fcfc2e0dafdbb (patch)
treeb13042d4b0bc3a0e0373a399ff1a24ec4c297fc0 /docs
parent28038545dae6c1ca3b56fb4256ecf85a504bd9b4 (diff)
downloadbusybox-w32-b380d01e3bf3c28a49e363e3d71fcfc2e0dafdbb.tar.gz
busybox-w32-b380d01e3bf3c28a49e363e3d71fcfc2e0dafdbb.tar.bz2
busybox-w32-b380d01e3bf3c28a49e363e3d71fcfc2e0dafdbb.zip
Add insmod docs
-Erik git-svn-id: svn://busybox.net/trunk/busybox@681 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-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:
842 842
843------------------------------- 843-------------------------------
844 844
845=item insmod
846
847Usage: insmod [OPTION]... MODULE [symbol=value]...
848
849Loads the specified kernel modules into the kernel.
850
851Options:
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
847Usage: kill [B<-signal>] process-id [process-id ...] 862Usage: 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 $