CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/06 13:16:04
Modified files:
usr.bin/sed : main.c
Log message:
Add support for "-" as an input file for stdin as per POSIX.
Simplify the code by allowing usage of stdin with the -i flag by pushing
the result to stdout, so filters and in place editing can be combined.
OK millert@
