commit 9ba5605093e92b10c9407c90e24165166489a28a
Author: Eitan Adler <[email protected]>
Date: Mon Dec 9 14:19:39 2013 -0500
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
Summary of changes:
usr.bin/sed/compile.c | 1 +
usr.bin/sed/sed.1 | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9ba5605093e92b10c9407c90e24165166489a28a
--
DragonFly BSD source repository