summaryrefslogtreecommitdiff
path: root/busybox-editors.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-editors.kconfig')
-rw-r--r--busybox-editors.kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/busybox-editors.kconfig b/busybox-editors.kconfig
index 7dbc9b6..07d2d52 100644
--- a/busybox-editors.kconfig
+++ b/busybox-editors.kconfig
@@ -7,14 +7,12 @@ menu "Editors"
config AWK
bool "awk"
- default n
help
Awk is used as a pattern scanning and processing language. This is
the BusyBox implementation of that programming language.
config FEATURE_AWK_LIBM
bool "Enable math functions (requires libm)"
- default n
depends on AWK
help
Enable math functions of the Awk programming language.
@@ -22,14 +20,12 @@ config FEATURE_AWK_LIBM
config CMP
bool "cmp"
- default n
help
cmp is used to compare two files and returns the result
to standard output.
config DIFF
bool "diff"
- default n
help
diff compares two files or directories and outputs the
differences between them in a form that can be given to
@@ -53,7 +49,6 @@ config FEATURE_DIFF_DIR
config FEATURE_DIFF_MINIMAL
bool "Enable -d option to find smaller sets of changes"
- default n
depends on DIFF
help
Enabling this option allows the use of -d to make diff
@@ -61,7 +56,6 @@ config FEATURE_DIFF_MINIMAL
config ED
bool "ed"
- default n
help
The original 1970's Unix text editor, from the days of teletypes.
Small, simple, evil. Part of SUSv3. If you're not already using
@@ -69,20 +63,17 @@ config ED
config PATCH
bool "patch"
- default n
help
Apply a unified diff formatted patch.
config SED
bool "sed"
- default n
help
sed is used to perform text transformations on a file
or input from a pipeline.
config VI
bool "vi"
- default n
help
'vi' is a text editor. More specifically, it is the One True
text editor <grin>. It does, however, have a rather steep