File: [cvsweb.bsd.lv] / mandoc / regress / roff / esc / Makefile (download)
Revision 1.12, Mon May 30 23:03:50 2022 UTC (3 years, 1 month ago) by schwarze
Branch: MAIN
Changes since 1.11: +8 -3 lines
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.
|