CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/01/14 15:02:00
Modified files: usr.bin/mandoc : mandoc.1 mandoc.h read.c Log message: To get rid of SYSERR entries in enum mandocerr, downgrade problems with missing and unreadable files from SYSERR to ERROR. Needed for upcoming work. As a bonus, this minimally simplifies code and documentation.