CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/10/28 11:35:42
Modified files:
usr.bin/mandoc : cgi.c chars.c html.c html.h libmandoc.h main.c
main.h man_term.c mandoc.h mandocdb.c
mdoc_term.c read.c roff.c term.c term.h
term_ascii.c term_ps.c
Log message:
Make the character table available to libroff so it can check the
validity of character escape names and warn about unknown ones.
This requires mchars_spec2cp() to report unknown names again.
Fortunately, that doesn't require changing the calling code because
according to groff, invalid character escapes should not produce
output anyway, and now that we warn about them, that's fine.