CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/01/14 21:26:06
Modified files: usr.bin/mandoc : cgi.c libmandoc.h main.c man.1 man.c mandoc.1 mandoc.h mandocdb.c mdoc.c read.c Log message: Fatal errors no longer exist. If a file can be opened, mandoc will produce some output; at worst, the output may be almost empty. Simplifies error handling and frees a message type for future use.