Re: sed: better error handling
> Comments / oks? Looks much cleaner, okay for me.
Re: sed: better error handling
Thanks to Michael sed has moved from an error-prone custom err() function to error(). Here's a cleanup for the arguments you can pass to error(). - some calls to err(1, ...) - as in err(3) - had crept in. But misc.c:err() did exit right away if you passed it 1 - despite the misleading comme