History log of /freebsd-10-stable/usr.bin/sed/sed.1
Revision Date Author Comments
# 300553 24-May-2016 pfg

MFV r299377:
sed.1: Correction for the case insensitive case.

Use the capital I instead of the lowercase.

Submitted by: Mikhail T.


# 268019 29-Jun-2014 pfg

MFC r267692, r267703:
Add -u (unbuffered output) after GNU sed.

Obtained from: NetBSD


# 259443 15-Dec-2013 eadler

MFC r259132,r259133,r259143:
Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i'
as a case insensitive flag.

Add regression test for recently added 'i' flag in r259132.

the i modifier was added in r259132 since POSIX recently agreed to add
it. Switch uses of /I to /i.

PR: standards/184641


# 268019 29-Jun-2014 pfg

MFC r267692, r267703:
Add -u (unbuffered output) after GNU sed.

Obtained from: NetBSD


# 259443 15-Dec-2013 eadler

MFC r259132,r259133,r259143:
Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i'
as a case insensitive flag.

Add regression test for recently added 'i' flag in r259132.

the i modifier was added in r259132 since POSIX recently agreed to add
it. Switch uses of /I to /i.

PR: standards/184641