CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/11/26 16:27:13
Modified files: usr.bin/mandoc : read.c Log message: Let mparse_readfd() use mparse_open() and mparse_wait() and let mparse_open() fall back to .gz files such that .so works even when the target is zipped, requested by and in part using ideas from <bapt at FreeBSD>. While here, make sure files are readable before forking, both for efficiency and for better error reporting.