CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/08/16 07:49:40
Modified files:
usr.bin/mandoc : html.c mandoc.c mandoc.h mdoc_markdown.c roff.c
term.c
regress/usr.bin/mandoc/roff/string: Makefile
Added files:
regress/usr.bin/mandoc/roff/string: dotT.in dotT.out_ascii
dotT.out_html
dotT.out_markdown
dotT.out_utf8
Log message:
Implement the \*(.T predefined string (interpolate device name)
by allowing the preprocessor to pass it through to the formatters.
Used for example by the groff_char(7) manual page.