CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/10/28 12:48:56
Modified files: usr.bin/mandoc : term.c term_ascii.c Log message: In -Tascii mode, print "<?>" only for Unicode escapes of unknown representation, not for character escapes with unknown names. According to groff, the latter produce no output, and we now warn about them.