sed(1): Implement the 'i' flag.
authorEitan Adler <eadler@dragonflybsd.org>
Mon, 9 Dec 2013 19:19:39 +0000 (14:19 -0500)
committerEitan Adler <eadler@dragonflybsd.org>
Tue, 10 Dec 2013 20:58:22 +0000 (15:58 -0500)
commit9ba5605093e92b10c9407c90e24165166489a28a
tree44ea644ae20e256f097e1b8dc399e00c3a831a1b
parent97ed0a4b7824e8bf09b358aeb12a0a23082545b0
sed(1): Implement the 'i' flag.

Per the resolution of POSIX bug 0000779 (note 0002050) add
support for using 'i' as a case insensitive flag.

Obtained-from:   FreeBSD r259132
usr.bin/sed/compile.c
usr.bin/sed/sed.1