Hello folks,

now that the documentation sed_summary.htm exists
it should be apropriate to remove the outdated list
of capabilities that is kept within sed.c. A possible
patch is attached here!

Regards

Mats Erik Andersson
diff -u2 sed.c.orig sed.c
--- sed.c.orig	2008-03-01 12:15:55.281222496 +0100
+++ sed.c	2008-03-01 12:20:17.262395304 +0100
@@ -38,14 +38,5 @@
 	Supported features and commands in this version of sed:
 
-	 - comments ('#')
-	 - address matching: num|/matchstr/[,num|/matchstr/|$]command
-	 - commands: (p)rint, (d)elete, (s)ubstitue (with g & I flags)
-	 - edit commands: (a)ppend, (i)nsert, (c)hange
-	 - file commands: (r)ead
-	 - backreferences in substitution expressions (\0, \1, \2...\9)
-	 - grouped commands: {cmd1;cmd2}
-	 - transliteration (y/source-chars/dest-chars/)
-	 - pattern space hold space storing / swapping (g, h, x)
-	 - labels / branching (: label, b, t, T)
+	 - See the documentation in sed_summary.htm
 
 	 (Note: Specifying an address (range) to match is *optional*; commands
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to