CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/01/07 19:53:09
Modified files: usr.bin/mandoc : main.c mandoc.h mandocdb.c read.c Log message: Simplify the mparse_open() interface. Just return the file descriptor or -1 on error; there is just one kind of error anyway. Suggested by Christos Zoulas (NetBSD).