diff options
Diffstat (limited to 'man_html.c')
-rw-r--r-- | man_html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ static const struct htmlman mans[MAN_MAX] = { { man_br_pre, NULL }, /* Sp */ { man_ign_pre, NULL }, /* Vb */ { NULL, NULL }, /* Ve */ + { man_ign_pre, NULL }, /* AT */ }; |