svn commit: trunk/busybox/editors
vda at busybox.net
vda at busybox.net
Sat Mar 1 11:29:56 PST 2008
Author: vda
Date: 2008-03-01 11:29:56 -0800 (Sat, 01 Mar 2008)
New Revision: 21145
Log:
doc: add info about sed s/.../.../I modifier
Modified:
trunk/busybox/editors/sed_summary.htm
Changeset:
Modified: trunk/busybox/editors/sed_summary.htm
===================================================================
--- trunk/busybox/editors/sed_summary.htm 2008-03-01 09:35:39 UTC (rev 21144)
+++ trunk/busybox/editors/sed_summary.htm 2008-03-01 19:29:56 UTC (rev 21145)
@@ -174,6 +174,9 @@
<dd>Replace all instances of /<em>pattern</em>/ on each
addressed line, not just the first instance.</p></dd>
+ <dt><b>I</b></dt>
+ <dd>Matching is case-insensitive.<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
More information about the busybox-cvs
mailing list