diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-20 23:28:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-20 23:28:00 +0200 |
commit | 75d151e31d135ebab083307ded4e9b98970baa75 (patch) | |
tree | 2af1b57b1060f0384f6e2761a88e9c099aa5cfa0 /editors | |
parent | ad37abf4231275d0991d42f9003666f1efd4114b (diff) | |
download | busybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.tar.gz busybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.tar.bz2 busybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.zip |
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
While at it, tweak some config help texts.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/awk.c | 2 | ||||
-rw-r--r-- | editors/vi.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/awk.c b/editors/awk.c index b836580d0..9d859b820 100644 --- a/editors/awk.c +++ b/editors/awk.c | |||
@@ -20,7 +20,7 @@ | |||
20 | //config: depends on AWK | 20 | //config: depends on AWK |
21 | //config: help | 21 | //config: help |
22 | //config: Enable math functions of the Awk programming language. | 22 | //config: Enable math functions of the Awk programming language. |
23 | //config: NOTE: This will require libm to be present for linking. | 23 | //config: NOTE: This requires libm to be present for linking. |
24 | //config: | 24 | //config: |
25 | //config:config FEATURE_AWK_GNU_EXTENSIONS | 25 | //config:config FEATURE_AWK_GNU_EXTENSIONS |
26 | //config: bool "Enable a few GNU extensions" | 26 | //config: bool "Enable a few GNU extensions" |
diff --git a/editors/vi.c b/editors/vi.c index 24ccb0019..015938585 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -61,7 +61,7 @@ | |||
61 | //config: default y | 61 | //config: default y |
62 | //config: depends on VI | 62 | //config: depends on VI |
63 | //config: help | 63 | //config: help |
64 | //config: This will enable you to use yank and put, as well as mark. | 64 | //config: This enables you to use yank and put, as well as mark. |
65 | //config: | 65 | //config: |
66 | //config:config FEATURE_VI_SEARCH | 66 | //config:config FEATURE_VI_SEARCH |
67 | //config: bool "Enable search and replace cmds" | 67 | //config: bool "Enable search and replace cmds" |