From da8ae753400906fdd236699bfcb60975ec659aa7 Mon Sep 17 00:00:00 2001
From: Denis Vlasenko
Date: Sat, 1 Mar 2008 19:29:56 +0000
Subject: [PATCH] doc: add info about sed s/.../.../I modifier
---
editors/sed_summary.htm | 3 +++
1 file changed, 3 insertions(+)
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:
Replace all instances of /pattern/ on each
addressed line, not just the first instance.
+ I
+ Matching is case-insensitive.
+
p
Print the line if a successful substitution is done. If several
successful substitutions are done, multiple copies of the line will be
--
2.25.1