Simplify handling of system errors: just exit(3).
authorschwarze <schwarze@openbsd.org>
Wed, 14 Jan 2015 17:45:25 +0000 (17:45 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 14 Jan 2015 17:45:25 +0000 (17:45 +0000)
commit2f7617b1f7eadb18a344fc09f8f6c50752a37369
treec2220dc48320c4a401665bce93e3e281289e6564
parent75e8a723db6084275296e9579b068154b22fd7df
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.
usr.bin/mandoc/mandoc.h
usr.bin/mandoc/read.c