CVSROOT: /cvs Module name: src Changes by: bent...@cvs.openbsd.org 2015/03/29 15:12:00
Modified files: usr.bin/mandoc : apropos.1 mandoc.1 share/man/man7 : mandoc_char.7 eqn.7 Log message: Escape punctuation characters that have a different meaning in -Tpdf. ~, `, and ' get translated to non-ASCII characters by most troff implementations when generating PostScript/PDF output. When the original ASCII character is meant, it needs to be manually escaped. discussed with jmc@ schwarze@; ok schwarze@