]> git.cameronkatri.com Git - mandoc.git/commit
If we have to reparse the text line because we spring an input line trap,
authorIngo Schwarze <schwarze@openbsd.org>
Sat, 29 Aug 2015 23:56:01 +0000 (23:56 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sat, 29 Aug 2015 23:56:01 +0000 (23:56 +0000)
commitc811b41609dc2a80154d0dec89ac310da527f301
tree3d6e6477989c682f7e21928e27c996c6ffe2a850
parent7794af01645f7ec7af31393921bc662b4e970d47
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>.
roff.c