Hello folks,

The document sed_summary.htm fails to mention the
flag 'I' for the search action. Additionally, the
very last line is ill-formed since it lacks a newline.

Regards

Mats E Andersson
diff -u sed_summary.htm.orig sed_summary.htm
--- sed_summary.htm.orig	2008-03-01 12:37:22.445543776 +0100
+++ sed_summary.htm	2008-03-01 13:05:09.517110376 +0100
@@ -171,6 +171,9 @@
 	<dd>Replace all instances of /<em>pattern</em>/ on each
 	addressed line, not just the first instance.<p></p></dd>
 
+	<dt><b>I</b></dt>
+	<dd>Perform case-insensitive pattern matching.<p></p></dd>
+
 	<dt><b>p</b></dt>
 	<dd>Print the line if a successful substitution is done.  If several
 	successful substitutions are done, multiple copies of the line will be
@@ -214,4 +217,4 @@
 <em>xyz</em>.<p></p></dd>
 
 
-</dl></body></html>
\ No newline at end of file
+</dl></body></html>
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to