From: Denis Vlasenko
Date: Sat, 1 Mar 2008 19:29:56 +0000 (-0000)
Subject: doc: add info about sed s/.../.../I modifier
X-Git-Tag: 1_10_0~73
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da8ae753400906fdd236699bfcb60975ec659aa7;p=oweals%2Fbusybox.git
doc: add info about sed s/.../.../I modifier
---
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