aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.in
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 19:37:08 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 19:37:08 +0000
commit50a8f347fb9326e71171fbd27c63e6176096ea37 (patch)
treebcdb42552005d1498a48ffd634b1c216f01b8f13 /editors/Config.in
parent43b41049fc6b2d8565b8ae32be9e024a83f76386 (diff)
downloadbusybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.gz
busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.bz2
busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.zip
Patch from Thomas Cameron:
Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc. git-svn-id: svn://busybox.net/trunk/busybox@7058 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'editors/Config.in')
-rw-r--r--editors/Config.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/Config.in b/editors/Config.in
index 83aee5a8e..22908de4d 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -9,14 +9,16 @@ config CONFIG_AWK
9 bool "awk" 9 bool "awk"
10 default n 10 default n
11 help 11 help
12 Please submit a patch to add help text for this item. 12 Awk is used as a pattern scanning and processing language. This is
13 the BusyBox implementation of that programming language.
13 14
14config CONFIG_FEATURE_AWK_MATH 15config CONFIG_FEATURE_AWK_MATH
15 bool " Enable math functions (requires libm)" 16 bool " Enable math functions (requires libm)"
16 default y 17 default y
17 depends on CONFIG_AWK 18 depends on CONFIG_AWK
18 help 19 help
19 Please submit a patch to add help text for this item. 20 Enable math functions of the Awk programming language.
21 NOTE: This will require libm to be present for linking.
20 22
21config CONFIG_PATCH 23config CONFIG_PATCH
22 bool "patch" 24 bool "patch"
@@ -89,7 +91,8 @@ config CONFIG_FEATURE_VI_READONLY
89 default y 91 default y
90 depends on CONFIG_VI 92 depends on CONFIG_VI
91 help 93 help
92 Please submit a patch to add help text for this item. 94 Enable the read-only command line option, which allows the user to
95 open a file in read-only mode.
93 96
94config CONFIG_FEATURE_VI_SETOPTS 97config CONFIG_FEATURE_VI_SETOPTS
95 bool " Enable set-able options, ai ic showmatch" 98 bool " Enable set-able options, ai ic showmatch"