[BusyBox-cvs] busybox/editors Config.in,1.3,1.4

Erik Andersen andersen at busybox.net
Sat Jul 5 07:53:05 UTC 2003


Update of /var/cvs/busybox/editors
In directory winder:/tmp/cvs-serv14978/editors

Modified Files:
	Config.in 
Log Message:
Patch from Kent Robotti adding a bunch of needed docs!
 -Erik


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/editors/Config.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Config.in	22 Jun 2003 15:32:40 -0000	1.3
+++ Config.in	5 Jul 2003 07:52:32 -0000	1.4
@@ -28,7 +28,8 @@
 	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 @@
 	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)"




More information about the busybox-cvs mailing list