aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-01 19:29:56 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-01 19:29:56 +0000
commitda8ae753400906fdd236699bfcb60975ec659aa7 (patch)
tree447e5f6e5de5c263fa20e70415b6c50a73af7c04 /editors
parentfe2188378c352255b7d0407513ca73ec3f933153 (diff)
downloadbusybox-da8ae753400906fdd236699bfcb60975ec659aa7.tar.gz
doc: add info about sed s/.../.../I modifier
Diffstat (limited to 'editors')
-rw-r--r--editors/sed_summary.htm3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/sed_summary.htm b/editors/sed_summary.htm
index decf69b27..34e72b0f8 100644
--- a/editors/sed_summary.htm
+++ b/editors/sed_summary.htm
@@ -174,6 +174,9 @@ last pattern address specified. The following flags can be specified:</p>
<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