diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-22 23:03:15 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-22 23:03:15 +0000 |
commit | 88550d3ab5f0d432b6f5577342f5907c1ab4268b (patch) | |
tree | 877044f520faded71e2748f1a9ee93810fdda3ce /man.c | |
parent | 837cbf3ed654f4488939e0fac5c03c4ad9258c36 (diff) | |
download | mandoc-88550d3ab5f0d432b6f5577342f5907c1ab4268b.tar.gz |
Added `in' macro support for -man -Tascii. This is not yet supported in
-Thtml (I'm surprised to note that neither is LITERAL mode).
Diffstat (limited to 'man.c')
-rw-r--r-- | man.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ const char *const __man_macronames[MAN_MAX] = { "nf", "fi", "r", "RE", "RS", "DT", "UC", "PD", "Sp", "Vb", "Ve", "AT", + "in" }; const char * const *man_macronames = __man_macronames; |