[BusyBox-cvs] busybox/modutils Config.in,1.4,1.5

Erik Andersen andersen at busybox.net
Sat Jul 5 07:53:04 UTC 2003


Update of /var/cvs/busybox/modutils
In directory winder:/tmp/cvs-serv14978/modutils

Modified Files:
	Config.in 
Log Message:
Patch from Kent Robotti adding a bunch of needed docs!
 -Erik


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/modutils/Config.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Config.in	30 Mar 2003 13:57:26 -0000	1.4
+++ Config.in	5 Jul 2003 07:52:35 -0000	1.5
@@ -9,7 +9,7 @@
 	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 @@
 	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 @@
 	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"




More information about the busybox-cvs mailing list