CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/08/25 10:43:52
Modified files:
share/man/man7 : roff.7
usr.bin/mandoc : mandoc.1 mandoc.h read.c roff.c
Added files:
regress/usr.bin/mandoc/roff/char: Makefile badarg.in
badarg.out_ascii
badarg.out_lint basic.in
basic.out_ascii
Log message:
Rudimentary implementation of the roff(7) .char (output glyph
definition) request, used for example by groff_hdtbl(7).
This simplistic implementation may interact incorrectly
with the .tr (input character translation) request.
But come on, you are not only using .char *and* .tr, but you do so
with respect to the same character in the same manual page?