From e94ff79c4f2d8fdd02963f419bc7c94eb179a7af Mon Sep 17 00:00:00 2001 From: pfg Date: Tue, 24 May 2016 03:00:24 +0000 Subject: [PATCH] MFV r299377: sed.1: Correction for the case insensitive case. Use the capital I instead of the lowercase. Submitted by: Mikhail T. git-svn-id: svn://svn.freebsd.org/base/stable/9@300554 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/sed/sed.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index cf2749601..3043215c3 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -196,7 +196,7 @@ option was specified); a context address that consists of a regular expression preceded and followed by a delimiter. The closing delimiter can also optionally be followed by the -.Dq i +.Dq I character, to indicate that the regular expression is to be matched in a case-insensitive way. .El -- 2.45.0