Bump version to 1.32.0
[oweals/busybox.git] / editors / sed_summary.htm
index 4ac9b16f641115baa30afca55bef068d2072995e..34e72b0f869d5f7ccb287b25637647dc944788a6 100644 (file)
@@ -120,7 +120,7 @@ instead of resuming at the top of the script.</p></dd>
 
 <dt><b>N</b> [<em>address1</em>[,<em>address2</em>]]<b>N</b></dt>
 <dd>Append next input line to contents of pattern space; the new line is
-separated from the previous contents of the pattern space by a newline.  
+separated from the previous contents of the pattern space by a newline.
 (This command is designed to allow pattern matches across two
 lines.  Using \n to match the embedded newline, you can match
 patterns across multiple lines.)</p></dd>
@@ -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