diff options
author | Eric Andersen | 2003-07-05 07:52:35 +0000 |
---|---|---|
committer | Eric Andersen | 2003-07-05 07:52:35 +0000 |
commit | 65e20a33c20314da5dd33d6e9e2ec529d835bbfb (patch) | |
tree | 87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /modutils | |
parent | 01c3d40f3c022abc08c14b96fe586a33fce081e8 (diff) | |
download | busybox-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.zip busybox-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.gz |
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index ae62d7f..a576e4b 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -9,7 +9,7 @@ config CONFIG_INSMOD bool "insmod" default n help - Please submit a patch to add help text for this item. + insmod is used to load specified modules in the running kernel. config CONFIG_FEATURE_OLD_MODULE_INTERFACE bool " Support older (pre 2.1) Linux kernels" @@ -83,7 +83,7 @@ config CONFIG_LSMOD bool "lsmod" default n help - Please submit a patch to add help text for this item. + lsmod is used to display a list of loaded modules. config CONFIG_FEATURE_QUERY_MODULE_INTERFACE bool " Support lsmod query_module interface (add 638 bytes)" @@ -102,7 +102,7 @@ config CONFIG_RMMOD bool "rmmod" default n help - Please submit a patch to add help text for this item. + rmmod is used to unload specified modules from the kernel. config CONFIG_FEATURE_CHECK_TAINTED_MODULE bool "Support tainted module checking with new kernels" |