CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2018/11/14 03:59:33
Modified files: usr.bin/sed : extern.h main.c process.c sed.1 Log message: Make sed's -i flag more compatible with what gsed does. - Reset the hold-space in between files - quit the editor as soon as a 'q' command is found - Make sure the temp-file is written back to the original file if we quit the editor temp-file not written back issue found by Time Chase. Lots of feedback from millert@ and schwarze@ OK millert@