CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/05/30 16:50:40
Modified files:
share/man/man7 : roff.7
usr.bin/mandoc : roff.c roff_escape.c
regress/usr.bin/mandoc/roff/esc: Makefile
Added files:
regress/usr.bin/mandoc/roff/esc: V1.in V1.out_ascii V1.out_lint
Log message:
Dummy implementation of the roff(7) \V (interpolate environment variable)
escape sequence. This is needed to get \V into the correct parsing
class, ESCAPE_EXPAND.
It is intentional that mandoc(1) output is *not* influenced by environment
variables, so interpolate the name of the variable with some decorating
punctuation rather than interpolating its value.