diff options
author | Eric Andersen | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /modutils/Config.in | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-c7bda1ce659294d6e22c06e087f6f265983c7578.zip busybox-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'modutils/Config.in')
-rw-r--r-- | modutils/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index d9f76d1..faccee8 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -45,9 +45,9 @@ config CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS default n depends on CONFIG_INSMOD && ( CONFIG_FEATURE_2_2_MODULES || CONFIG_FEATURE_2_4_MODULES ) help - By adding module symbols to the kernel symbol table, Oops messages + By adding module symbols to the kernel symbol table, Oops messages occuring within kernel modules can be properly debugged. By enabling - this feature, module symbols will always be added to the kernel symbol + this feature, module symbols will always be added to the kernel symbol table for properly debugging support. If you are not interested in Oops messages from kernel modules, say N. @@ -62,7 +62,7 @@ config CONFIG_FEATURE_INSMOD_LOADINKMEM being loaded into memory. config CONFIG_FEATURE_INSMOD_LOAD_MAP - bool " Enable load map (-m) option" + bool " Enable load map (-m) option" default n depends on CONFIG_INSMOD && ( CONFIG_FEATURE_2_2_MODULES || CONFIG_FEATURE_2_4_MODULES ) help @@ -78,7 +78,7 @@ config CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL depends on CONFIG_FEATURE_INSMOD_LOAD_MAP help Without this option, -m will only output section - load map. With this option, -m will also output + load map. With this option, -m will also output symbols load map. config CONFIG_LSMOD @@ -100,7 +100,7 @@ config CONFIG_MODPROBE bool "modprobe" default n help - Handle the loading of modules, and their dependancies on a high + Handle the loading of modules, and their dependancies on a high level. config CONFIG_RMMOD |