CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/07/13 06:51:38
Modified files:
usr.bin/mandoc : mandoc.h read.c roff.c
regress/usr.bin/mandoc/roff: Makefile
Added files:
regress/usr.bin/mandoc/roff/it: Makefile double.in
double.out_ascii text.in
text.out_ascii
Log message:
Rudimentary implementation of the .it request (input line trap).
As with any low-level roff request involving subtle interactions
with macro internals, this implementation is not exact, but it
does handle the simplest cases.
This request occurs in man(7) code generated from DocBook,
for example mysql(1) and yasm_arch(7).
Thanks to brad@ for reporting the issue back in January 2011.