diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Config.in | 9 |
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 | ||
14 | config CONFIG_FEATURE_AWK_MATH | 15 | config 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 | ||
21 | config CONFIG_PATCH | 23 | config 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 | ||
94 | config CONFIG_FEATURE_VI_SETOPTS | 97 | config CONFIG_FEATURE_VI_SETOPTS |
95 | bool " Enable set-able options, ai ic showmatch" | 98 | bool " Enable set-able options, ai ic showmatch" |