diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-05 07:52:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-05 07:52:35 +0000 |
commit | 65e20a33c20314da5dd33d6e9e2ec529d835bbfb (patch) | |
tree | 87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /editors | |
parent | 01c3d40f3c022abc08c14b96fe586a33fce081e8 (diff) | |
download | busybox-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.gz |
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Config.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/Config.in b/editors/Config.in index b7135f393..83aee5a8e 100644 --- a/editors/Config.in +++ b/editors/Config.in @@ -28,7 +28,8 @@ config CONFIG_SED bool "sed" default n help - Please submit a patch to add help text for this item. + sed is used to perform text transformations on a file + or input from a pipeline. config CONFIG_FEATURE_SED_EMBEDED_NEWLINE bool " Embeded newline (EXPERIMENTAL)" @@ -43,7 +44,10 @@ config CONFIG_VI bool "vi" default n help - Please submit a patch to add help text for this item. + 'vi' is a text editor. More specifically, it is the One True + text editor <grin>. It does, however, have a rather steep + learning curve. If you are not already comfortable with 'vi' + you may wish to use something else. config CONFIG_FEATURE_VI_COLON bool " Enable \":\" colon commands (no \"ex\" mode)" |