aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>
174 <dd>Replace all instances of /<em>pattern</em>/ on each 174 <dd>Replace all instances of /<em>pattern</em>/ on each
175 addressed line, not just the first instance.</p></dd> 175 addressed line, not just the first instance.</p></dd>
176 176
177 <dt><b>I</b></dt>
178 <dd>Matching is case-insensitive.<p></p></dd>
179
177 <dt><b>p</b></dt> 180 <dt><b>p</b></dt>
178 <dd>Print the line if a successful substitution is done. If several 181 <dd>Print the line if a successful substitution is done. If several
179 successful substitutions are done, multiple copies of the line will be 182 successful substitutions are done, multiple copies of the line will be