doc: add info about sed s/.../.../I modifier

This commit is contained in:
Denis Vlasenko 2008-03-01 19:29:56 +00:00
parent fe2188378c
commit da8ae75340

View File

@ -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