CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/08/29 17:55:53
Modified files: usr.bin/mandoc : roff.c Log message: If we have to reparse the text line because we spring an input line trap, we must not escape breakable hyphens yet, or mparse_buf_r() in read.c will complain and replace the escaped hyphens with question marks. Bug found in ocserv(8) following a report from Kurt Jaeger <pi at FreeBSD>.