CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/01/14 10:45:25
Modified files: usr.bin/mandoc : mandoc.h read.c Log message: Simplify handling of system errors: just exit(3). We already do the same for malloc(3) failure. The is no virtue in trying to survive failure of fork(2) and the like.